Coral
#FABF52
OrangeColor Codes
All color formats for development
HEX
#FABF52RGB
rgb(250, 191, 82)HSL
hsl(39, 94%, 65%)OKLCH
oklch(0.839 0.141 79.9)CMYK
cmyk(0%, 24%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9B332
2#F8A712
3#E19507
4#C17F06
5#A16A05
6#815504
7#604003
8#402A02
9#201501
Tints
Lighter variations
1#FAC563
2#FBCC74
3#FBD286
4#FCD997
5#FCDFA8
6#FDE5BA
7#FDECCB
8#FEF2DC
9#FEF9EE
Tones
Muted variations
1#F1BC5A
2#E9BA63
3#E0B76B
4#D8B573
5#D0B27C
6#C7B084
7#BFAD8D
8#B7AB95
9#AEA89D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF2 #FEF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE7 #FDE7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD5 #FBD58D | BordersInactive statesPlaceholder text |
| 400 | FABF #FABF52 | Disabled statesSecondary iconsMuted text |
| 500 | F8AD #F8AD20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA90 #DA9007 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD72 #AD7205 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C52 #7C5204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F34 #4F3402 | 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: #FFFAF0;
--coral-100: #FEF2DC;
--coral-200: #FDE7BF;
--coral-300: #FBD58D;
--coral-400: #FABF52;
--coral-500: #F8AD20;
--coral-600: #DA9007;
--coral-700: #AD7205;
--coral-800: #7C5204;
--coral-900: #4F3402;
--coral-950: #312102;
}