Coral
#F69355
OrangeColor Codes
All color formats for development
HEX
#F69355RGB
rgb(246, 147, 85)HSL
hsl(23, 90%, 65%)OKLCH
oklch(0.756 0.142 51.1)CMYK
cmyk(0%, 40%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F47F36
2#F36B16
3#DC5C0C
4#BD4F0A
5#9D4108
6#7E3407
7#5E2705
8#3F1A03
9#1F0D02
Tints
Lighter variations
1#F79E66
2#F8A977
3#F9B388
4#FABE99
5#FBC9AA
6#FBD4BB
7#FCDFCC
8#FDE9DD
9#FEF4EE
Tones
Muted variations
1#EE955D
2#E69765
3#DE996E
4#D69B76
5#CE9C7E
6#C69E86
7#BEA08E
8#B6A296
9#AEA49E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD7 #FCD7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B8 #F9B890 | BordersInactive statesPlaceholder text |
| 400 | F693 #F69355 | Disabled statesSecondary iconsMuted text |
| 500 | F474 #F47425 | Primary brand colorCTAsActive elementsLinks |
| 600 | D559 #D5590B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA47 #AA4709 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7932 #793206 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E20 #4E2004 | Primary textHigh emphasis contentDark headings |
| 950 | 3014 #301403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F0;
--coral-100: #FDE9DD;
--coral-200: #FCD7C0;
--coral-300: #F9B890;
--coral-400: #F69355;
--coral-500: #F47425;
--coral-600: #D5590B;
--coral-700: #AA4709;
--coral-800: #793206;
--coral-900: #4E2004;
--coral-950: #301403;
}