Coral
#FAAE52
OrangeColor Codes
All color formats for development
HEX
#FAAE52RGB
rgb(250, 174, 82)HSL
hsl(33, 94%, 65%)OKLCH
oklch(0.807 0.139 68.6)CMYK
cmyk(0%, 30%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F99F32
2#F89012
3#E17F07
4#C16D06
5#A15B05
6#814904
7#603603
8#402402
9#201201
Tints
Lighter variations
1#FAB663
2#FBBE74
3#FBC686
4#FCCE97
5#FCD7A8
6#FDDFBA
7#FDE7CB
8#FEEFDC
9#FEF7EE
Tones
Muted variations
1#F1AD5A
2#E9AC63
3#E0AC6B
4#D8AB73
5#D0AA7C
6#C7A984
7#BFA88D
8#B7A795
9#AEA79D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEF #FEEFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE1 #FDE1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBCA #FBCA8D | BordersInactive statesPlaceholder text |
| 400 | FAAE #FAAE52 | Disabled statesSecondary iconsMuted text |
| 500 | F897 #F89720 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA7B #DA7B07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD62 #AD6205 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C46 #7C4604 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F2D #4F2D02 | 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: #FFF8F0;
--coral-100: #FEEFDC;
--coral-200: #FDE1BF;
--coral-300: #FBCA8D;
--coral-400: #FAAE52;
--coral-500: #F89720;
--coral-600: #DA7B07;
--coral-700: #AD6205;
--coral-800: #7C4604;
--coral-900: #4F2D02;
--coral-950: #311C02;
}