Coral
#F99053
OrangeColor Codes
All color formats for development
HEX
#F99053RGB
rgb(249, 144, 83)HSL
hsl(22, 93%, 65%)OKLCH
oklch(0.754 0.148 49.2)CMYK
cmyk(0%, 42%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F87B33
2#F66613
3#E05708
4#C04B07
5#A03E06
6#803205
7#602503
8#401902
9#200C01
Tints
Lighter variations
1#F99B64
2#FAA675
3#FBB186
4#FBBC98
5#FCC7A9
6#FDD2BA
7#FDDECB
8#FEE9DD
9#FEF4EE
Tones
Muted variations
1#F0925B
2#E89463
3#E0966C
4#D89874
5#CF9B7C
6#C79D85
7#BF9F8D
8#B6A195
9#AEA49D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE9 #FEE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDD6 #FDD6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBB6 #FBB68E | BordersInactive statesPlaceholder text |
| 400 | F990 #F99053 | Disabled statesSecondary iconsMuted text |
| 500 | F770 #F77022 | Primary brand colorCTAsActive elementsLinks |
| 600 | D954 #D95408 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC43 #AC4306 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B30 #7B3004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F1F #4F1F03 | Primary textHigh emphasis contentDark headings |
| 950 | 3113 #311302 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF5F0;
--coral-100: #FEE9DD;
--coral-200: #FDD6BF;
--coral-300: #FBB68E;
--coral-400: #F99053;
--coral-500: #F77022;
--coral-600: #D95408;
--coral-700: #AC4306;
--coral-800: #7B3004;
--coral-900: #4F1F03;
--coral-950: #311302;
}