Coral — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #FF7F50 | |
| RGB | rgb(255, 127, 80) | |
| HSL | hsl(16, 100%, 66%) |
Shades of Coral
| #FF662E | #FF4B0A | #E63D00 | #C23400 | #9E2A00 | #7A2100 | #571700 | #330E00 |
Tints of Coral
| #FF8B61 | #FF9670 | #FFA280 | #FFAD8F | #FFB89E | #FFC3AD | #FFCEBD | #FFDACC |
Color Pairings & Harmony
|
Complementary
#52D1FF
|
Analogous +30°
#FFD752
|
Analogous −30°
#FF527A
|
Triadic +120°
#52FF80
|
Triadic −120°
#8052FF
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #FF7F50;
}
.element-bg {
background-color: #FF7F50;
color: #000000;
}
.element-border {
border: 2px solid #FF7F50;
}
About Coral
Coral is a light color with vivid, highly saturated, defined by the hex code #FF7F50. Its exact color model values are rgb(255, 127, 80) in RGB and hsl(16, 100%, 66%) in HSL (hue 16°, saturation 100%, lightness 66%). On a white background the contrast ratio is 2.50:1 — Fail, and on black it is 8.40:1 — AAA pass for normal text. Use Coral for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →