Coral
#FFB54D
OrangeColor Codes
All color formats for development
HEX
#FFB54DRGB
rgb(255, 181, 77)HSL
hsl(35, 100%, 65%)OKLCH
oklch(0.825 0.145 72.3)CMYK
cmyk(0%, 29%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFA72B
2#FF990A
3#E88700
4#C77400
5#A66100
6#854D00
7#633A00
8#422700
9#211300
Tints
Lighter variations
1#FFBC5E
2#FFC370
3#FFCB82
4#FFD294
5#FFDAA6
6#FFE1B8
7#FFE9C9
8#FFF0DB
9#FFF8ED
Tones
Muted variations
1#F6B355
2#EDB25E
3#E4B067
4#DBAF70
5#D2AD79
6#C9AC82
7#C1AA8B
8#B8A994
9#AFA79D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF0 #FFF0DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE3 #FFE3BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFCE #FFCE8A | BordersInactive statesPlaceholder text |
| 400 | FFB5 #FFB54D | Disabled statesSecondary iconsMuted text |
| 500 | FF9F #FF9F1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E083 #E08300 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B368 #B36800 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 804A #804A00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5230 #523000 | Primary textHigh emphasis contentDark headings |
| 950 | 331E #331E00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF9F0;
--coral-100: #FFF0DB;
--coral-200: #FFE3BD;
--coral-300: #FFCE8A;
--coral-400: #FFB54D;
--coral-500: #FF9F1A;
--coral-600: #E08300;
--coral-700: #B36800;
--coral-800: #804A00;
--coral-900: #523000;
--coral-950: #331E00;
}