Coral
#F6BB55
OrangeColor Codes
All color formats for development
HEX
#F6BB55RGB
rgb(246, 187, 85)HSL
hsl(38, 90%, 65%)OKLCH
oklch(0.827 0.136 78.5)CMYK
cmyk(0%, 24%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4AF36
2#F3A216
3#DC900C
4#BD7B0A
5#9D6708
6#7E5207
7#5E3E05
8#3F2903
9#1F1502
Tints
Lighter variations
1#F7C266
2#F8C977
3#F9D088
4#FAD699
5#FBDDAA
6#FBE4BB
7#FCEBCC
8#FDF1DD
9#FEF8EE
Tones
Muted variations
1#EEB95D
2#E6B765
3#DEB56E
4#D6B376
5#CEB07E
6#C6AE86
7#BEAC8E
8#B6AA96
9#AEA89E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF1 #FDF1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE6 #FCE6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D2 #F9D290 | BordersInactive statesPlaceholder text |
| 400 | F6BB #F6BB55 | Disabled statesSecondary iconsMuted text |
| 500 | F4A8 #F4A825 | Primary brand colorCTAsActive elementsLinks |
| 600 | D58B #D58B0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA6F #AA6F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 794F #794F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E33 #4E3304 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F0;
--coral-100: #FDF1DD;
--coral-200: #FCE6C0;
--coral-300: #F9D290;
--coral-400: #F6BB55;
--coral-500: #F4A825;
--coral-600: #D58B0B;
--coral-700: #AA6F09;
--coral-800: #794F06;
--coral-900: #4E3304;
--coral-950: #302003;
}