Coral
#FCBD4F
OrangeColor Codes
All color formats for development
HEX
#FCBD4FRGB
rgb(252, 189, 79)HSL
hsl(38, 97%, 65%)OKLCH
oklch(0.837 0.143 78.3)CMYK
cmyk(0%, 25%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCB12F
2#FBA40E
3#E59203
4#C47D03
5#A36802
6#835302
7#623F01
8#412A01
9#211500
Tints
Lighter variations
1#FDC361
2#FDCA72
3#FDD184
4#FDD796
5#FEDEA7
6#FEE5B9
7#FEEBCA
8#FEF2DC
9#FFF8ED
Tones
Muted variations
1#F4BB58
2#EBB860
3#E2B669
4#DAB472
5#D1B17A
6#C8AF83
7#C0AD8C
8#B7AA94
9#AEA89D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF2 #FEF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE6 #FEE6BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD4 #FDD48B | BordersInactive statesPlaceholder text |
| 400 | FCBD #FCBD4F | Disabled statesSecondary iconsMuted text |
| 500 | FCAA #FCAA1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD8D #DD8D03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B070 #B07003 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E50 #7E5002 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5033 #503301 | Primary textHigh emphasis contentDark headings |
| 950 | 3220 #322001 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF9F0;
--coral-100: #FEF2DC;
--coral-200: #FEE6BE;
--coral-300: #FDD48B;
--coral-400: #FCBD4F;
--coral-500: #FCAA1D;
--coral-600: #DD8D03;
--coral-700: #B07003;
--coral-800: #7E5002;
--coral-900: #503301;
--coral-950: #322001;
}