Coral
#F9B953
OrangeColor Codes
All color formats for development
HEX
#F9B953RGB
rgb(249, 185, 83)HSL
hsl(37, 93%, 65%)OKLCH
oklch(0.827 0.138 76.2)CMYK
cmyk(0%, 26%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8AC33
2#F69F13
3#E08D08
4#C07907
5#A06506
6#805105
7#603D03
8#402802
9#201401
Tints
Lighter variations
1#F9C064
2#FAC775
3#FBCE86
4#FBD598
5#FCDCA9
6#FDE3BA
7#FDEACB
8#FEF1DD
9#FEF8EE
Tones
Muted variations
1#F0B75B
2#E8B563
3#E0B36C
4#D8B174
5#CFAF7C
6#C7AD85
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 | FEF1 #FEF1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE5 #FDE5BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD1 #FBD18E | BordersInactive statesPlaceholder text |
| 400 | F9B9 #F9B953 | Disabled statesSecondary iconsMuted text |
| 500 | F7A5 #F7A522 | Primary brand colorCTAsActive elementsLinks |
| 600 | D989 #D98908 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC6D #AC6D06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B4E #7B4E04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F32 #4F3203 | Primary textHigh emphasis contentDark headings |
| 950 | 311F #311F02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F0;
--coral-100: #FEF1DD;
--coral-200: #FDE5BF;
--coral-300: #FBD18E;
--coral-400: #F9B953;
--coral-500: #F7A522;
--coral-600: #D98908;
--coral-700: #AC6D06;
--coral-800: #7B4E04;
--coral-900: #4F3203;
--coral-950: #311F02;
}