Coral
#F88554
OrangeColor Codes
All color formats for development
HEX
#F88554RGB
rgb(248, 133, 84)HSL
hsl(18, 92%, 65%)OKLCH
oklch(0.735 0.154 42.9)CMYK
cmyk(0%, 46%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F76E34
2#F55814
3#DF4909
4#BF3F08
5#9F3407
6#7F2A05
7#5F1F04
8#401503
9#200A01
Tints
Lighter variations
1#F99165
2#F99D76
3#FAAA87
4#FBB698
5#FBC2A9
6#FCCEBA
7#FDDACC
8#FEE7DD
9#FEF3EE
Tones
Muted variations
1#F0885C
2#E78B64
3#DF8F6C
4#D79274
5#CF957D
6#C79985
7#BE9C8D
8#B69F95
9#AEA29E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE7 #FEE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD2 #FCD2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAAF #FAAF8E | BordersInactive statesPlaceholder text |
| 400 | F885 #F88554 | Disabled statesSecondary iconsMuted text |
| 500 | F662 #F66223 | Primary brand colorCTAsActive elementsLinks |
| 600 | D747 #D74709 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB38 #AB3807 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A28 #7A2805 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1A #4E1A03 | Primary textHigh emphasis contentDark headings |
| 950 | 3110 #311002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF5F0;
--coral-100: #FEE7DD;
--coral-200: #FCD2BF;
--coral-300: #FAAF8E;
--coral-400: #F88554;
--coral-500: #F66223;
--coral-600: #D74709;
--coral-700: #AB3807;
--coral-800: #7A2805;
--coral-900: #4E1A03;
--coral-950: #311002;
}