Coral
#F7B655
OrangeColor Codes
All color formats for development
HEX
#F7B655RGB
rgb(247, 182, 85)HSL
hsl(36, 91%, 65%)OKLCH
oklch(0.819 0.135 74.7)CMYK
cmyk(0%, 26%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5A835
2#F49B15
3#DE890A
4#BE7609
5#9E6207
6#7F4E06
7#5F3B04
8#3F2703
9#201401
Tints
Lighter variations
1#F8BD66
2#F9C577
3#F9CC88
4#FAD399
5#FBDAAA
6#FCE2BB
7#FDE9CC
8#FDF0DD
9#FEF8EE
Tones
Muted variations
1#EFB45D
2#E7B365
3#DFB16D
4#D6AF75
5#CEAE7D
6#C6AC85
7#BEAB8D
8#B6A996
9#AEA79E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF0 #FDF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE4 #FCE4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FACF #FACF8F | BordersInactive statesPlaceholder text |
| 400 | F7B6 #F7B655 | Disabled statesSecondary iconsMuted text |
| 500 | F5A1 #F5A124 | Primary brand colorCTAsActive elementsLinks |
| 600 | D685 #D6850A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA69 #AA6908 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A4B #7A4B06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E30 #4E3004 | Primary textHigh emphasis contentDark headings |
| 950 | 311E #311E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F0;
--coral-100: #FDF0DD;
--coral-200: #FCE4C0;
--coral-300: #FACF8F;
--coral-400: #F7B655;
--coral-500: #F5A124;
--coral-600: #D6850A;
--coral-700: #AA6908;
--coral-800: #7A4B06;
--coral-900: #4E3004;
--coral-950: #311E02;
}