Coral
#F9AE53
OrangeColor Codes
All color formats for development
HEX
#F9AE53RGB
rgb(249, 174, 83)HSL
hsl(33, 93%, 65%)OKLCH
oklch(0.806 0.138 68.8)CMYK
cmyk(0%, 30%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F89F33
2#F69013
3#E07F08
4#C06D07
5#A05B06
6#804805
7#603603
8#402402
9#201201
Tints
Lighter variations
1#F9B664
2#FABE75
3#FBC686
4#FBCE98
5#FCD7A9
6#FDDFBA
7#FDE7CB
8#FEEFDD
9#FEF7EE
Tones
Muted variations
1#F0AD5B
2#E8AC63
3#E0AC6C
4#D8AB74
5#CFAA7C
6#C7A985
7#BFA88D
8#B6A795
9#AEA79D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEF #FEEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE1 #FDE1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBCA #FBCA8E | BordersInactive statesPlaceholder text |
| 400 | F9AE #F9AE53 | Disabled statesSecondary iconsMuted text |
| 500 | F797 #F79722 | Primary brand colorCTAsActive elementsLinks |
| 600 | D97B #D97B08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC62 #AC6206 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B46 #7B4604 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F2D #4F2D03 | Primary textHigh emphasis contentDark headings |
| 950 | 311C #311C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F0;
--coral-100: #FEEFDD;
--coral-200: #FDE1BF;
--coral-300: #FBCA8E;
--coral-400: #F9AE53;
--coral-500: #F79722;
--coral-600: #D97B08;
--coral-700: #AC6206;
--coral-800: #7B4604;
--coral-900: #4F2D03;
--coral-950: #311C02;
}