Coral
#FFBE4D
OrangeColor Codes
All color formats for development
HEX
#FFBE4DRGB
rgb(255, 190, 77)HSL
hsl(38, 100%, 65%)OKLCH
oklch(0.842 0.146 78)CMYK
cmyk(0%, 25%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFB12B
2#FFA50A
3#E89300
4#C77E00
5#A66900
6#855400
7#633F00
8#422A00
9#211500
Tints
Lighter variations
1#FFC45E
2#FFCB70
3#FFD182
4#FFD894
5#FFDEA6
6#FFE5B8
7#FFEBC9
8#FFF2DB
9#FFF8ED
Tones
Muted variations
1#F6BB55
2#EDB95E
3#E4B667
4#DBB470
5#D2B279
6#C9AF82
7#C1AD8B
8#B8AB94
9#AFA89D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF2 #FFF2DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE7 #FFE7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD4 #FFD48A | BordersInactive statesPlaceholder text |
| 400 | FFBE #FFBE4D | Disabled statesSecondary iconsMuted text |
| 500 | FFAB #FFAB1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E08E #E08E00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B371 #B37100 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8051 #805100 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5234 #523400 | Primary textHigh emphasis contentDark headings |
| 950 | 3320 #332000 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF9F0;
--coral-100: #FFF2DB;
--coral-200: #FFE7BD;
--coral-300: #FFD48A;
--coral-400: #FFBE4D;
--coral-500: #FFAB1A;
--coral-600: #E08E00;
--coral-700: #B37100;
--coral-800: #805100;
--coral-900: #523400;
--coral-950: #332000;
}