Coral
#FFB24D
OrangeColor Codes
All color formats for development
HEX
#FFB24DRGB
rgb(255, 178, 77)HSL
hsl(34, 100%, 65%)OKLCH
oklch(0.82 0.145 70.3)CMYK
cmyk(0%, 30%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFA32B
2#FF950A
3#E88300
4#C77100
5#A65E00
6#854B00
7#633800
8#422600
9#211300
Tints
Lighter variations
1#FFB95E
2#FFC170
3#FFC982
4#FFD194
5#FFD8A6
6#FFE0B8
7#FFE8C9
8#FFF0DB
9#FFF7ED
Tones
Muted variations
1#F6B055
2#EDAF5E
3#E4AE67
4#DBAD70
5#D2AC79
6#C9AB82
7#C1A98B
8#B8A894
9#AFA79D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF0 #FFF0DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE2 #FFE2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFCC #FFCC8A | BordersInactive statesPlaceholder text |
| 400 | FFB2 #FFB24D | Disabled statesSecondary iconsMuted text |
| 500 | FF9C #FF9C1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E07F #E07F00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B365 #B36500 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8048 #804800 | Text on light backgroundsHeadingsStrong borders |
| 900 | 522E #522E00 | Primary textHigh emphasis contentDark headings |
| 950 | 331D #331D00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF8F0;
--coral-100: #FFF0DB;
--coral-200: #FFE2BD;
--coral-300: #FFCC8A;
--coral-400: #FFB24D;
--coral-500: #FF9C1A;
--coral-600: #E07F00;
--coral-700: #B36500;
--coral-800: #804800;
--coral-900: #522E00;
--coral-950: #331D00;
}