Coral
#F59E56
OrangeColor Codes
All color formats for development
HEX
#F59E56RGB
rgb(245, 158, 86)HSL
hsl(27, 89%, 65%)OKLCH
oklch(0.773 0.136 58.4)CMYK
cmyk(0%, 36%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F38C37
2#F27A18
3#DB6A0D
4#BC5B0B
5#9D4B09
6#7D3C07
7#5E2D05
8#3F1E04
9#1F0F02
Tints
Lighter variations
1#F6A867
2#F7B178
3#F8BB89
4#F9C59A
5#FACEAB
6#FBD8BC
7#FCE2CC
8#FDECDD
9#FEF5EE
Tones
Muted variations
1#ED9F5E
2#E59F66
3#DDA06E
4#D5A176
5#CDA27E
6#C6A386
7#BEA38E
8#B6A496
9#AEA59E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEC #FDECDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBDB #FBDBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9BF #F9BF90 | BordersInactive statesPlaceholder text |
| 400 | F59E #F59E56 | Disabled statesSecondary iconsMuted text |
| 500 | F282 #F28226 | Primary brand colorCTAsActive elementsLinks |
| 600 | D466 #D4660C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A951 #A9510A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 783A #783A07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D25 #4D2504 | Primary textHigh emphasis contentDark headings |
| 950 | 3017 #301703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF7F1;
--coral-100: #FDECDD;
--coral-200: #FBDBC0;
--coral-300: #F9BF90;
--coral-400: #F59E56;
--coral-500: #F28226;
--coral-600: #D4660C;
--coral-700: #A9510A;
--coral-800: #783A07;
--coral-900: #4D2504;
--coral-950: #301703;
}