Coral
#FFC14D
OrangeColor Codes
All color formats for development
HEX
#FFC14DRGB
rgb(255, 193, 77)HSL
hsl(39, 100%, 65%)OKLCH
oklch(0.847 0.147 79.8)CMYK
cmyk(0%, 24%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFB52B
2#FFA90A
3#E89700
4#C78100
5#A66C00
6#855600
7#634100
8#422B00
9#211600
Tints
Lighter variations
1#FFC75E
2#FFCD70
3#FFD382
4#FFDA94
5#FFE0A6
6#FFE6B8
7#FFECC9
8#FFF3DB
9#FFF9ED
Tones
Muted variations
1#F6BE55
2#EDBB5E
3#E4B867
4#DBB670
5#D2B379
6#C9B082
7#C1AE8B
8#B8AB94
9#AFA89D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF3 #FFF3DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE8 #FFE8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD6 #FFD68A | BordersInactive statesPlaceholder text |
| 400 | FFC1 #FFC14D | Disabled statesSecondary iconsMuted text |
| 500 | FFAF #FFAF1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E092 #E09200 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B374 #B37400 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8053 #805300 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5235 #523500 | Primary textHigh emphasis contentDark headings |
| 950 | 3321 #332100 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFFAF0;
--coral-100: #FFF3DB;
--coral-200: #FFE8BD;
--coral-300: #FFD68A;
--coral-400: #FFC14D;
--coral-500: #FFAF1A;
--coral-600: #E09200;
--coral-700: #B37400;
--coral-800: #805300;
--coral-900: #523500;
--coral-950: #332100;
}