Coral
#F6B355
OrangeColor Codes
All color formats for development
HEX
#F6B355RGB
rgb(246, 179, 85)HSL
hsl(35, 90%, 65%)OKLCH
oklch(0.812 0.134 73)CMYK
cmyk(0%, 27%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4A536
2#F39716
3#DC850C
4#BD720A
5#9D5F08
6#7E4C07
7#5E3905
8#3F2603
9#1F1302
Tints
Lighter variations
1#F7BB66
2#F8C277
3#F9CA88
4#FAD199
5#FBD9AA
6#FBE1BB
7#FCE8CC
8#FDF0DD
9#FEF7EE
Tones
Muted variations
1#EEB25D
2#E6B065
3#DEAF6E
4#D6AE76
5#CEAC7E
6#C6AB86
7#BEAA8E
8#B6A896
9#AEA79E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF0 #FDF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE3 #FCE3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9CD #F9CD90 | BordersInactive statesPlaceholder text |
| 400 | F6B3 #F6B355 | Disabled statesSecondary iconsMuted text |
| 500 | F49D #F49D25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D581 #D5810B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA67 #AA6709 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7949 #794906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2F #4E2F04 | Primary textHigh emphasis contentDark headings |
| 950 | 301D #301D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F0;
--coral-100: #FDF0DD;
--coral-200: #FCE3C0;
--coral-300: #F9CD90;
--coral-400: #F6B355;
--coral-500: #F49D25;
--coral-600: #D5810B;
--coral-700: #AA6709;
--coral-800: #794906;
--coral-900: #4E2F04;
--coral-950: #301D03;
}