Coral
#F0925C
OrangeColor Codes
All color formats for development
HEX
#F0925CRGB
rgb(240, 146, 92)HSL
hsl(22, 83%, 65%)OKLCH
oklch(0.747 0.133 49.5)CMYK
cmyk(0%, 39%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED7E3D
2#EA6A1F
3#D45A14
4#B64D11
5#98410E
6#79340B
7#5B2708
8#3D1A06
9#1E0D03
Tints
Lighter variations
1#F19D6C
2#F3A87C
3#F4B38D
4#F6BE9D
5#F7C8AD
6#F9D3BE
7#FADECE
8#FCE9DE
9#FDF4EF
Tones
Muted variations
1#E89463
2#E1966A
3#DA9872
4#D29A79
5#CB9C81
6#C39E88
7#BCA090
8#B5A297
9#ADA49E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE9 #FCE9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D7 #F9D7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5B7 #F5B794 | BordersInactive statesPlaceholder text |
| 400 | F092 #F0925C | Disabled statesSecondary iconsMuted text |
| 500 | EB73 #EB732D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD57 #CD5713 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A345 #A3450F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7532 #75320B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B20 #4B2007 | Primary textHigh emphasis contentDark headings |
| 950 | 2F14 #2F1404 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F1;
--coral-100: #FCE9DE;
--coral-200: #F9D7C2;
--coral-300: #F5B794;
--coral-400: #F0925C;
--coral-500: #EB732D;
--coral-600: #CD5713;
--coral-700: #A3450F;
--coral-800: #75320B;
--coral-900: #4B2007;
--coral-950: #2F1404;
}