Coral
#F0815C
OrangeColor Codes
All color formats for development
HEX
#F0815CRGB
rgb(240, 129, 92)HSL
hsl(15, 83%, 65%)OKLCH
oklch(0.72 0.146 39)CMYK
cmyk(0%, 46%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED693D
2#EA521F
3#D44414
4#B63A11
5#98300E
6#79270B
7#5B1D08
8#3D1306
9#1E0A03
Tints
Lighter variations
1#F18D6C
2#F39A7C
3#F4A78D
4#F6B39D
5#F7C0AD
6#F9CCBE
7#FAD9CE
8#FCE6DE
9#FDF2EF
Tones
Muted variations
1#E88463
2#E1886A
3#DA8C72
4#D29079
5#CB9381
6#C39788
7#BC9B90
8#B59E97
9#ADA29E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE6 #FCE6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D0 #F9D0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5AC #F5AC94 | BordersInactive statesPlaceholder text |
| 400 | F081 #F0815C | Disabled statesSecondary iconsMuted text |
| 500 | EB5D #EB5D2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD42 #CD4213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A334 #A3340F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7525 #75250B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B18 #4B1807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0F #2F0F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F1;
--coral-100: #FCE6DE;
--coral-200: #F9D0C2;
--coral-300: #F5AC94;
--coral-400: #F0815C;
--coral-500: #EB5D2D;
--coral-600: #CD4213;
--coral-700: #A3340F;
--coral-800: #75250B;
--coral-900: #4B1807;
--coral-950: #2F0F04;
}