LightCoral — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #F08080 | |
| RGB | rgb(240, 128, 128) | |
| HSL | hsl(0, 79%, 72%) |
Shades of LightCoral
| #EC5B5B | #E73636 | #DB1A1A | #B71515 | #921111 | #6E0D0D | #490909 | #250404 |
Tints of LightCoral
| #F28D8D | #F39B9B | #F5A8A8 | #F6B6B6 | #F8C4C4 | #FAD1D1 | #FBDFDF | #FDEDED |
Color Pairings & Harmony
|
Complementary
#7FF0F0
|
Analogous +30°
#F0B87F
|
Analogous −30°
#F07FB8
|
Triadic +120°
#7FF07F
|
Triadic −120°
#7F7FF0
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #F08080;
}
.element-bg {
background-color: #F08080;
color: #000000;
}
.element-border {
border: 2px solid #F08080;
}
About LightCoral
LightCoral is a light color with high saturation, defined by the hex code #F08080. Its exact color model values are rgb(240, 128, 128) in RGB and hsl(0, 79%, 72%) in HSL (hue 0°, saturation 79%, lightness 72%). On a white background the contrast ratio is 2.59:1 — Fail, and on black it is 8.10:1 — AAA pass for normal text. Use LightCoral 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 →