Coral
#F49B57
OrangeColor Codes
All color formats for development
HEX
#F49B57RGB
rgb(244, 155, 87)HSL
hsl(26, 88%, 65%)OKLCH
oklch(0.767 0.135 56.3)CMYK
cmyk(0%, 36%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F28938
2#F07619
3#DA660E
4#BB580C
5#9C490A
6#7D3B08
7#5D2C06
8#3E1D04
9#1F0F02
Tints
Lighter variations
1#F5A568
2#F6AF79
3#F8B98A
4#F9C39A
5#FACDAB
6#FBD7BC
7#FCE1CD
8#FDEBDD
9#FEF5EE
Tones
Muted variations
1#EC9C5F
2#E59D67
3#DD9E6F
4#D59F77
5#CDA17E
6#C5A286
7#BDA38E
8#B5A496
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 #FBDAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8BD #F8BD91 | BordersInactive statesPlaceholder text |
| 400 | F49B #F49B57 | Disabled statesSecondary iconsMuted text |
| 500 | F17F #F17F27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D363 #D3630D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A84F #A84F0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7838 #783808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D24 #4D2405 | 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: #FEF6F1;
--coral-100: #FDEBDD;
--coral-200: #FBDAC1;
--coral-300: #F8BD91;
--coral-400: #F49B57;
--coral-500: #F17F27;
--coral-600: #D3630D;
--coral-700: #A84F0B;
--coral-800: #783808;
--coral-900: #4D2405;
--coral-950: #301703;
}