Coral
#F99253
OrangeColor Codes
All color formats for development
HEX
#F99253RGB
rgb(249, 146, 83)HSL
hsl(23, 93%, 65%)OKLCH
oklch(0.757 0.147 50.4)CMYK
cmyk(0%, 41%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F87E33
2#F66A13
3#E05B08
4#C04E07
5#A04106
6#803405
7#602703
8#401A02
9#200D01
Tints
Lighter variations
1#F99D64
2#FAA875
3#FBB386
4#FBBE98
5#FCC9A9
6#FDD4BA
7#FDDECB
8#FEE9DD
9#FEF4EE
Tones
Muted variations
1#F0945B
2#E89663
3#E0986C
4#D89A74
5#CF9C7C
6#C79E85
7#BFA08D
8#B6A295
9#AEA49D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE9 #FEE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDD7 #FDD7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBB8 #FBB88E | BordersInactive statesPlaceholder text |
| 400 | F992 #F99253 | Disabled statesSecondary iconsMuted text |
| 500 | F773 #F77322 | Primary brand colorCTAsActive elementsLinks |
| 600 | D958 #D95808 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC46 #AC4606 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B32 #7B3204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F20 #4F2003 | Primary textHigh emphasis contentDark headings |
| 950 | 3114 #311402 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F0;
--coral-100: #FEE9DD;
--coral-200: #FDD7BF;
--coral-300: #FBB88E;
--coral-400: #F99253;
--coral-500: #F77322;
--coral-600: #D95808;
--coral-700: #AC4606;
--coral-800: #7B3204;
--coral-900: #4F2003;
--coral-950: #311402;
}