Coral
#F08D5C
OrangeColor Codes
All color formats for development
HEX
#F08D5CRGB
rgb(240, 141, 92)HSL
hsl(20, 83%, 65%)OKLCH
oklch(0.739 0.137 46.2)CMYK
cmyk(0%, 41%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED783D
2#EA631F
3#D45414
4#B64811
5#983C0E
6#79300B
7#5B2408
8#3D1806
9#1E0C03
Tints
Lighter variations
1#F1986C
2#F3A47C
3#F4AF8D
4#F6BB9D
5#F7C6AD
6#F9D1BE
7#FADDCE
8#FCE8DE
9#FDF4EF
Tones
Muted variations
1#E89063
2#E1926A
3#DA9472
4#D29779
5#CB9981
6#C39C88
7#BC9E90
8#B5A197
9#ADA39E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE8 #FCE8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D5 #F9D5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5B4 #F5B494 | BordersInactive statesPlaceholder text |
| 400 | F08D #F08D5C | Disabled statesSecondary iconsMuted text |
| 500 | EB6D #EB6D2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD51 #CD5113 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A341 #A3410F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 752E #752E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B1E #4B1E07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F12 #2F1204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF5F1;
--coral-100: #FCE8DE;
--coral-200: #F9D5C2;
--coral-300: #F5B494;
--coral-400: #F08D5C;
--coral-500: #EB6D2D;
--coral-600: #CD5113;
--coral-700: #A3410F;
--coral-800: #752E0B;
--coral-900: #4B1E07;
--coral-950: #2F1204;
}