Coral
#F68355
OrangeColor Codes
All color formats for development
HEX
#F68355RGB
rgb(246, 131, 85)HSL
hsl(17, 90%, 65%)OKLCH
oklch(0.73 0.153 41.9)CMYK
cmyk(0%, 47%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F46C36
2#F35516
3#DC470C
4#BD3D0A
5#9D3308
6#7E2807
7#5E1E05
8#3F1403
9#1F0A02
Tints
Lighter variations
1#F78F66
2#F89C77
3#F9A888
4#FAB599
5#FBC1AA
6#FBCDBB
7#FCDACC
8#FDE6DD
9#FEF3EE
Tones
Muted variations
1#EE865D
2#E68A65
3#DE8D6E
4#D69176
5#CE947E
6#C69886
7#BE9B8E
8#B69F96
9#AEA29E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE6 #FDE6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD1 #FCD1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9AD #F9AD90 | BordersInactive statesPlaceholder text |
| 400 | F683 #F68355 | Disabled statesSecondary iconsMuted text |
| 500 | F45F #F45F25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D544 #D5440B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA36 #AA3609 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7927 #792706 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E19 #4E1904 | 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: #FEF4F0;
--coral-100: #FDE6DD;
--coral-200: #FCD1C0;
--coral-300: #F9AD90;
--coral-400: #F68355;
--coral-500: #F45F25;
--coral-600: #D5440B;
--coral-700: #AA3609;
--coral-800: #792706;
--coral-900: #4E1904;
--coral-950: #301003;
}