Coral
#F67E55
OrangeColor Codes
All color formats for development
HEX
#F67E55RGB
rgb(246, 126, 85)HSL
hsl(15, 90%, 65%)OKLCH
oklch(0.722 0.158 39.3)CMYK
cmyk(0%, 49%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F46636
2#F34E16
3#DC400C
4#BD370A
5#9D2E08
6#7E2407
7#5E1B05
8#3F1203
9#1F0902
Tints
Lighter variations
1#F78B66
2#F89777
3#F9A488
4#FAB199
5#FBBEAA
6#FBCBBB
7#FCD8CC
8#FDE5DD
9#FEF2EE
Tones
Muted variations
1#EE825D
2#E68665
3#DE8A6E
4#D68E76
5#CE927E
6#C69686
7#BE9A8E
8#B69E96
9#AEA29E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCF #FCCFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9AA #F9AA90 | BordersInactive statesPlaceholder text |
| 400 | F67E #F67E55 | Disabled statesSecondary iconsMuted text |
| 500 | F459 #F45925 | Primary brand colorCTAsActive elementsLinks |
| 600 | D53E #D53E0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA31 #AA3109 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7923 #792306 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E16 #4E1604 | Primary textHigh emphasis contentDark headings |
| 950 | 300E #300E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F0;
--coral-100: #FDE5DD;
--coral-200: #FCCFC0;
--coral-300: #F9AA90;
--coral-400: #F67E55;
--coral-500: #F45925;
--coral-600: #D53E0B;
--coral-700: #AA3109;
--coral-800: #792306;
--coral-900: #4E1604;
--coral-950: #300E03;
}