Coral
#FFB84D
OrangeColor Codes
All color formats for development
HEX
#FFB84DRGB
rgb(255, 184, 77)HSL
hsl(36, 100%, 65%)OKLCH
oklch(0.831 0.145 74.2)CMYK
cmyk(0%, 28%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFAA2B
2#FF9D0A
3#E88B00
4#C77700
5#A66300
6#855000
7#633C00
8#422800
9#211400
Tints
Lighter variations
1#FFBF5E
2#FFC670
3#FFCD82
4#FFD494
5#FFDBA6
6#FFE2B8
7#FFEAC9
8#FFF1DB
9#FFF8ED
Tones
Muted variations
1#F6B655
2#EDB45E
3#E4B267
4#DBB070
5#D2AF79
6#C9AD82
7#C1AB8B
8#B8A994
9#AFA89D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF1 #FFF1DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE4 #FFE4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD0 #FFD08A | BordersInactive statesPlaceholder text |
| 400 | FFB8 #FFB84D | Disabled statesSecondary iconsMuted text |
| 500 | FFA3 #FFA31A | Primary brand colorCTAsActive elementsLinks |
| 600 | E087 #E08700 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B36B #B36B00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 804D #804D00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5231 #523100 | Primary textHigh emphasis contentDark headings |
| 950 | 331F #331F00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF9F0;
--coral-100: #FFF1DB;
--coral-200: #FFE4BD;
--coral-300: #FFD08A;
--coral-400: #FFB84D;
--coral-500: #FFA31A;
--coral-600: #E08700;
--coral-700: #B36B00;
--coral-800: #804D00;
--coral-900: #523100;
--coral-950: #331F00;
}