Coral
#F9BF53
OrangeColor Codes
All color formats for development
HEX
#F9BF53RGB
rgb(249, 191, 83)HSL
hsl(39, 93%, 65%)OKLCH
oklch(0.838 0.14 80.2)CMYK
cmyk(0%, 23%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8B333
2#F6A713
3#E09408
4#C07F07
5#A06A06
6#805505
7#604003
8#402A02
9#201501
Tints
Lighter variations
1#F9C564
2#FACC75
3#FBD286
4#FBD898
5#FCDFA9
6#FDE5BA
7#FDECCB
8#FEF2DD
9#FEF9EE
Tones
Muted variations
1#F0BC5B
2#E8BA63
3#E0B76C
4#D8B574
5#CFB27C
6#C7B085
7#BFAD8D
8#B6AB95
9#AEA89D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF2 #FEF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE7 #FDE7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD5 #FBD58E | BordersInactive statesPlaceholder text |
| 400 | F9BF #F9BF53 | Disabled statesSecondary iconsMuted text |
| 500 | F7AC #F7AC22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D990 #D99008 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC72 #AC7206 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B52 #7B5204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F34 #4F3403 | Primary textHigh emphasis contentDark headings |
| 950 | 3121 #312102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F0;
--coral-100: #FEF2DD;
--coral-200: #FDE7BF;
--coral-300: #FBD58E;
--coral-400: #F9BF53;
--coral-500: #F7AC22;
--coral-600: #D99008;
--coral-700: #AC7206;
--coral-800: #7B5204;
--coral-900: #4F3403;
--coral-950: #312102;
}