Coral
#F49657
OrangeColor Codes
All color formats for development
HEX
#F49657RGB
rgb(244, 150, 87)HSL
hsl(24, 88%, 65%)OKLCH
oklch(0.758 0.138 52.9)CMYK
cmyk(0%, 39%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F28338
2#F06F19
3#DA600E
4#BB520C
5#9C440A
6#7D3708
7#5D2906
8#3E1B04
9#1F0E02
Tints
Lighter variations
1#F5A168
2#F6AB79
3#F8B68A
4#F9C09A
5#FACBAB
6#FBD5BC
7#FCE0CD
8#FDEADD
9#FEF5EE
Tones
Muted variations
1#EC985F
2#E59967
3#DD9B6F
4#D59C77
5#CD9E7E
6#C59F86
7#BDA18E
8#B5A396
9#AEA49E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEA #FDEADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD8 #FBD8C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8BA #F8BA91 | BordersInactive statesPlaceholder text |
| 400 | F496 #F49657 | Disabled statesSecondary iconsMuted text |
| 500 | F178 #F17827 | Primary brand colorCTAsActive elementsLinks |
| 600 | D35C #D35C0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A84A #A84A0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7835 #783508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D22 #4D2205 | Primary textHigh emphasis contentDark headings |
| 950 | 3015 #301503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F1;
--coral-100: #FDEADD;
--coral-200: #FBD8C1;
--coral-300: #F8BA91;
--coral-400: #F49657;
--coral-500: #F17827;
--coral-600: #D35C0D;
--coral-700: #A84A0B;
--coral-800: #783508;
--coral-900: #4D2205;
--coral-950: #301503;
}