Coral
#F68655
OrangeColor Codes
All color formats for development
HEX
#F68655RGB
rgb(246, 134, 85)HSL
hsl(18, 90%, 65%)OKLCH
oklch(0.734 0.151 43.5)CMYK
cmyk(0%, 46%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F46F36
2#F35916
3#DC4A0C
4#BD400A
5#9D3508
6#7E2A07
7#5E2005
8#3F1503
9#1F0B02
Tints
Lighter variations
1#F79266
2#F89E77
3#F9AA88
4#FAB699
5#FBC2AA
6#FBCEBB
7#FCDBCC
8#FDE7DD
9#FEF3EE
Tones
Muted variations
1#EE895D
2#E68C65
3#DE8F6E
4#D69276
5#CE967E
6#C69986
7#BE9C8E
8#B69F96
9#AEA39E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD2 #FCD2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9AF #F9AF90 | BordersInactive statesPlaceholder text |
| 400 | F686 #F68655 | Disabled statesSecondary iconsMuted text |
| 500 | F463 #F46325 | Primary brand colorCTAsActive elementsLinks |
| 600 | D548 #D5480B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA39 #AA3909 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7929 #792906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1A #4E1A04 | Primary textHigh emphasis contentDark headings |
| 950 | 3010 #301003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF5F0;
--coral-100: #FDE7DD;
--coral-200: #FCD2C0;
--coral-300: #F9AF90;
--coral-400: #F68655;
--coral-500: #F46325;
--coral-600: #D5480B;
--coral-700: #AA3909;
--coral-800: #792906;
--coral-900: #4E1A04;
--coral-950: #301003;
}