Coral
#F58356
OrangeColor Codes
All color formats for development
HEX
#F58356RGB
rgb(245, 131, 86)HSL
hsl(17, 89%, 65%)OKLCH
oklch(0.728 0.152 41.7)CMYK
cmyk(0%, 47%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F36C37
2#F25518
3#DB470D
4#BC3D0B
5#9D3309
6#7D2907
7#5E1F05
8#3F1404
9#1F0A02
Tints
Lighter variations
1#F69067
2#F79C78
3#F8A889
4#F9B59A
5#FAC1AB
6#FBCEBC
7#FCDACC
8#FDE6DD
9#FEF3EE
Tones
Muted variations
1#ED875E
2#E58A66
3#DD8E6E
4#D59176
5#CD957E
6#C69886
7#BE9B8E
8#B69F96
9#AEA29E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE6 #FDE6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD1 #FBD1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9AE #F9AE90 | BordersInactive statesPlaceholder text |
| 400 | F583 #F58356 | Disabled statesSecondary iconsMuted text |
| 500 | F260 #F26026 | Primary brand colorCTAsActive elementsLinks |
| 600 | D445 #D4450C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A937 #A9370A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7827 #782707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D19 #4D1904 | Primary textHigh emphasis contentDark headings |
| 950 | 3010 #301003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F1;
--coral-100: #FDE6DD;
--coral-200: #FBD1C0;
--coral-300: #F9AE90;
--coral-400: #F58356;
--coral-500: #F26026;
--coral-600: #D4450C;
--coral-700: #A9370A;
--coral-800: #782707;
--coral-900: #4D1904;
--coral-950: #301003;
}