Coral
#F7BB55
OrangeColor Codes
All color formats for development
HEX
#F7BB55RGB
rgb(247, 187, 85)HSL
hsl(38, 91%, 65%)OKLCH
oklch(0.828 0.136 78.1)CMYK
cmyk(0%, 24%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5AF35
2#F4A215
3#DE900A
4#BE7C09
5#9E6707
6#7F5206
7#5F3E04
8#3F2903
9#201501
Tints
Lighter variations
1#F8C266
2#F9C977
3#F9D088
4#FAD699
5#FBDDAA
6#FCE4BB
7#FDEBCC
8#FDF1DD
9#FEF8EE
Tones
Muted variations
1#EFB95D
2#E7B765
3#DFB56D
4#D6B375
5#CEB17D
6#C6AE85
7#BEAC8D
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 | FAD3 #FAD38F | BordersInactive statesPlaceholder text |
| 400 | F7BB #F7BB55 | Disabled statesSecondary iconsMuted text |
| 500 | F5A8 #F5A824 | Primary brand colorCTAsActive elementsLinks |
| 600 | D68B #D68B0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA6F #AA6F08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A4F #7A4F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E33 #4E3304 | Primary textHigh emphasis contentDark headings |
| 950 | 3120 #312002 | 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: #FAD38F;
--coral-400: #F7BB55;
--coral-500: #F5A824;
--coral-600: #D68B0A;
--coral-700: #AA6F08;
--coral-800: #7A4F06;
--coral-900: #4E3304;
--coral-950: #312002;
}