Skip to content

12 Shades of Coral with Hex Codes

Coral sits between pink and orange — warmer than pink, softer than orange.

#FF7F50

The coral hex code is #FF7F50

#FF7F50 is rgb(255, 127, 80) in RGB, hsl(16, 100%, 66%) in HSL, and about cmyk(0%, 50%, 69%, 0%) in CMYK. Every other coral below has its own hex code.

#FF7F50rgb(255, 127, 80)hsl(16, 100%, 66%)

Named Coral Colors and Their Hex Codes

Ordered darkest to lightest. Names marked CSS are color keywords you can write directly in a stylesheet; the rest are common design and print names. Select any swatch for its full breakdown.

Persimmon
#EC5800rgb(236, 88, 0)
Deep Coral
#FF4040rgb(255, 64, 64)
TomatoCSS
#FF6347rgb(255, 99, 71)
Living Coral
#FF6F61rgb(255, 111, 97)
LightCoralCSS
#F08080rgb(240, 128, 128)
SalmonCSS
#FA8072rgb(250, 128, 114)
CoralCSS
#FF7F50rgb(255, 127, 80)
Coral Pink
#F88379rgb(248, 131, 121)
DarkSalmonCSS
#E9967Argb(233, 150, 122)
Papaya
#FF9E80rgb(255, 158, 128)
LightSalmonCSS
#FFA07Argb(255, 160, 122)
Blush Coral
#FFB2A6rgb(255, 178, 166)

CoralColor Chart: Hex, RGB, HSL & CMYK

Every coral above in all four common formats. CMYK is a mathematical approximation for planning; confirm production print colors with your printer and ICC profile.

NameHexRGBHSLCMYK
Persimmon#EC5800rgb(236, 88, 0)hsl(22, 100%, 46%)cmyk(0%, 63%, 100%, 7%)
Deep Coral#FF4040rgb(255, 64, 64)hsl(0, 100%, 63%)cmyk(0%, 75%, 75%, 0%)
Tomato#FF6347rgb(255, 99, 71)hsl(9, 100%, 64%)cmyk(0%, 61%, 72%, 0%)
Living Coral#FF6F61rgb(255, 111, 97)hsl(5, 100%, 69%)cmyk(0%, 56%, 62%, 0%)
LightCoral#F08080rgb(240, 128, 128)hsl(0, 79%, 72%)cmyk(0%, 47%, 47%, 6%)
Salmon#FA8072rgb(250, 128, 114)hsl(6, 93%, 71%)cmyk(0%, 49%, 54%, 2%)
Coral#FF7F50rgb(255, 127, 80)hsl(16, 100%, 66%)cmyk(0%, 50%, 69%, 0%)
Coral Pink#F88379rgb(248, 131, 121)hsl(5, 90%, 72%)cmyk(0%, 47%, 51%, 3%)
DarkSalmon#E9967Argb(233, 150, 122)hsl(15, 72%, 70%)cmyk(0%, 36%, 48%, 9%)
Papaya#FF9E80rgb(255, 158, 128)hsl(14, 100%, 75%)cmyk(0%, 38%, 50%, 0%)
LightSalmon#FFA07Argb(255, 160, 122)hsl(17, 100%, 74%)cmyk(0%, 37%, 52%, 0%)
Blush Coral#FFB2A6rgb(255, 178, 166)hsl(8, 100%, 83%)cmyk(0%, 30%, 35%, 0%)

Coral Scale from Light to Dark

A 12-step lightness scale built from the core coral hue, holding hue and saturation constant. This is the shape of a design-system color ramp. Select any swatch for the full breakdown of that color.

Need a perceptually even ramp with semantic roles and contrast evidence? Generate coral design tokens.

What Coral Communicates

Coral is the friendliest warm color available. It has orange's energy without its intensity and pink's warmth without its associations, which is why it became a default for consumer apps wanting to feel approachable. It also occupies a useful position for charts: coral stays distinguishable from both red and orange for most viewers.

Where coral works well

  • Consumer apps and lifestyle brands wanting warmth without shouting
  • Calls to action against teal or navy
  • Chart series needing a warm hue distinct from pure red
  • Summer and tropical palettes alongside turquoise

Colors that pair with coral

Copy the Coral Palette as CSS

Every shade on this page as CSS custom properties, ready to paste into a stylesheet.

:root {
  --coral-persimmon: #EC5800;
  --coral-deep-coral: #FF4040;
  --coral-tomato: #FF6347;
  --coral-living-coral: #FF6F61;
  --coral-lightcoral: #F08080;
  --coral-salmon: #FA8072;
  --coral-coral: #FF7F50;
  --coral-coral-pink: #F88379;
  --coral-darksalmon: #E9967A;
  --coral-papaya: #FF9E80;
  --coral-lightsalmon: #FFA07A;
  --coral-blush-coral: #FFB2A6;
}

Coral Color Questions

What is the hex code for coral?

The standard coral hex code is #FF7F50, which is rgb(255, 127, 80) in RGB and hsl(16, 100%, 66%) in HSL. There is no single "correct" coral — this page lists 12 named coral shades with their own hex codes.

How many shades of coral are there?

Displays can render millions of distinct coral values, so any count is a matter of which ones have names. This page lists 12 named shades of coral, combining the CSS color keywords with widely used coral names from design and print references, plus a generated 12-step lightness scale.

Can I use coral for text on a white background?

#FF7F50 scores 2.5:1 against white. WCAG 2.2 asks for at least 4.5:1 for normal body text and 3:1 for large text, so this shade does not pass and needs to be darkened. Check any specific pairing in the contrast checker.

What colors go well with coral?

teal, navy, beige all pair well with coral. For a specific shade, open its color page to see the complementary, analogous, and triadic colors calculated from its exact hue.

More Color Families