Coral
#F49957
OrangeColor Codes
All color formats for development
HEX
#F49957RGB
rgb(244, 153, 87)HSL
hsl(25, 88%, 65%)OKLCH
oklch(0.764 0.136 55)CMYK
cmyk(0%, 37%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F28638
2#F07319
3#DA630E
4#BB550C
5#9C470A
6#7D3908
7#5D2A06
8#3E1C04
9#1F0E02
Tints
Lighter variations
1#F5A368
2#F6AD79
3#F8B78A
4#F9C29A
5#FACCAB
6#FBD6BC
7#FCE0CD
8#FDEBDD
9#FEF5EE
Tones
Muted variations
1#EC9A5F
2#E59B67
3#DD9D6F
4#D59E77
5#CD9F7E
6#C5A186
7#BDA28E
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 | FDEB #FDEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD9 #FBD9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8BC #F8BC91 | BordersInactive statesPlaceholder text |
| 400 | F499 #F49957 | Disabled statesSecondary iconsMuted text |
| 500 | F17B #F17B27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D360 #D3600D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A84C #A84C0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7836 #783608 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D23 #4D2305 | 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: #FBD9C1;
--coral-300: #F8BC91;
--coral-400: #F49957;
--coral-500: #F17B27;
--coral-600: #D3600D;
--coral-700: #A84C0B;
--coral-800: #783608;
--coral-900: #4D2305;
--coral-950: #301603;
}