Coral
#F9BC53
OrangeColor Codes
All color formats for development
HEX
#F9BC53RGB
rgb(249, 188, 83)HSL
hsl(38, 93%, 65%)OKLCH
oklch(0.832 0.139 78.2)CMYK
cmyk(0%, 24%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8AF33
2#F6A313
3#E09108
4#C07C07
5#A06706
6#805305
7#603E03
8#402902
9#201501
Tints
Lighter variations
1#F9C364
2#FAC975
3#FBD086
4#FBD798
5#FCDDA9
6#FDE4BA
7#FDEBCB
8#FEF2DD
9#FEF8EE
Tones
Muted variations
1#F0BA5B
2#E8B763
3#E0B56C
4#D8B374
5#CFB17C
6#C7AF85
7#BFAC8D
8#B6AA95
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 | FDE6 #FDE6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD3 #FBD38E | BordersInactive statesPlaceholder text |
| 400 | F9BC #F9BC53 | Disabled statesSecondary iconsMuted text |
| 500 | F7A9 #F7A922 | Primary brand colorCTAsActive elementsLinks |
| 600 | D98C #D98C08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC6F #AC6F06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B50 #7B5004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F33 #4F3303 | Primary textHigh emphasis contentDark headings |
| 950 | 3120 #312002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F0;
--coral-100: #FEF2DD;
--coral-200: #FDE6BF;
--coral-300: #FBD38E;
--coral-400: #F9BC53;
--coral-500: #F7A922;
--coral-600: #D98C08;
--coral-700: #AC6F06;
--coral-800: #7B5004;
--coral-900: #4F3303;
--coral-950: #312002;
}