Coral
#F99D53
OrangeColor Codes
All color formats for development
HEX
#F99D53RGB
rgb(249, 157, 83)HSL
hsl(27, 93%, 65%)OKLCH
oklch(0.776 0.141 57.3)CMYK
cmyk(0%, 37%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F88B33
2#F67913
3#E06908
4#C05A07
5#A04B06
6#803C05
7#602D03
8#401E02
9#200F01
Tints
Lighter variations
1#F9A764
2#FAB175
3#FBBB86
4#FBC498
5#FCCEA9
6#FDD8BA
7#FDE2CB
8#FEEBDD
9#FEF5EE
Tones
Muted variations
1#F09E5B
2#E89F63
3#E0A06C
4#D8A174
5#CFA27C
6#C7A285
7#BFA38D
8#B6A495
9#AEA59D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEB #FEEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDDB #FDDBBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBBF #FBBF8E | BordersInactive statesPlaceholder text |
| 400 | F99D #F99D53 | Disabled statesSecondary iconsMuted text |
| 500 | F782 #F78222 | Primary brand colorCTAsActive elementsLinks |
| 600 | D966 #D96608 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC51 #AC5106 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B3A #7B3A04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F25 #4F2503 | Primary textHigh emphasis contentDark headings |
| 950 | 3117 #311702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF7F0;
--coral-100: #FEEBDD;
--coral-200: #FDDBBF;
--coral-300: #FBBF8E;
--coral-400: #F99D53;
--coral-500: #F78222;
--coral-600: #D96608;
--coral-700: #AC5106;
--coral-800: #7B3A04;
--coral-900: #4F2503;
--coral-950: #311702;
}