Coral
#F59B56
OrangeColor Codes
All color formats for development
HEX
#F59B56RGB
rgb(245, 155, 86)HSL
hsl(26, 89%, 65%)OKLCH
oklch(0.768 0.137 56.3)CMYK
cmyk(0%, 37%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F38937
2#F27618
3#DB660D
4#BC580B
5#9D4909
6#7D3A07
7#5E2C05
8#3F1D04
9#1F0F02
Tints
Lighter variations
1#F6A567
2#F7AF78
3#F8B989
4#F9C39A
5#FACDAB
6#FBD7BC
7#FCE1CC
8#FDEBDD
9#FEF5EE
Tones
Muted variations
1#ED9C5E
2#E59D66
3#DD9E6E
4#D59F76
5#CDA07E
6#C6A286
7#BEA38E
8#B6A496
9#AEA59E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEB #FDEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBDA #FBDAC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9BD #F9BD90 | BordersInactive statesPlaceholder text |
| 400 | F59B #F59B56 | Disabled statesSecondary iconsMuted text |
| 500 | F27F #F27F26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D463 #D4630C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A94F #A94F0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7838 #783807 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D24 #4D2404 | Primary textHigh emphasis contentDark headings |
| 950 | 3016 #301603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F1;
--coral-100: #FDEBDD;
--coral-200: #FBDAC0;
--coral-300: #F9BD90;
--coral-400: #F59B56;
--coral-500: #F27F26;
--coral-600: #D4630C;
--coral-700: #A94F0A;
--coral-800: #783807;
--coral-900: #4D2404;
--coral-950: #301603;
}