Coral
#F68855
OrangeColor Codes
All color formats for development
HEX
#F68855RGB
rgb(246, 136, 85)HSL
hsl(19, 90%, 65%)OKLCH
oklch(0.738 0.15 44.6)CMYK
cmyk(0%, 45%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F47236
2#F35C16
3#DC4E0C
4#BD430A
5#9D3808
6#7E2C07
7#5E2105
8#3F1603
9#1F0B02
Tints
Lighter variations
1#F79466
2#F8A077
3#F9AC88
4#FAB899
5#FBC4AA
6#FBD0BB
7#FCDBCC
8#FDE7DD
9#FEF3EE
Tones
Muted variations
1#EE8B5D
2#E68E65
3#DE916E
4#D69476
5#CE977E
6#C69A86
7#BE9D8E
8#B6A096
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 | FCD3 #FCD3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B1 #F9B190 | BordersInactive statesPlaceholder text |
| 400 | F688 #F68855 | Disabled statesSecondary iconsMuted text |
| 500 | F466 #F46625 | Primary brand colorCTAsActive elementsLinks |
| 600 | D54B #D54B0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA3C #AA3C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 792B #792B06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1B #4E1B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3011 #301103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF5F0;
--coral-100: #FDE7DD;
--coral-200: #FCD3C0;
--coral-300: #F9B190;
--coral-400: #F68855;
--coral-500: #F46625;
--coral-600: #D54B0B;
--coral-700: #AA3C09;
--coral-800: #792B06;
--coral-900: #4E1B04;
--coral-950: #301103;
}