Coral
#F7A055
OrangeColor Codes
All color formats for development
HEX
#F7A055RGB
rgb(247, 160, 85)HSL
hsl(28, 91%, 65%)OKLCH
oklch(0.779 0.137 59.4)CMYK
cmyk(0%, 35%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F58F35
2#F47D15
3#DE6D0A
4#BE5D09
5#9E4E07
6#7F3E06
7#5F2F04
8#3F1F03
9#201001
Tints
Lighter variations
1#F8AA66
2#F9B377
3#F9BD88
4#FAC699
5#FBD0AA
6#FCD9BB
7#FDE3CC
8#FDECDD
9#FEF6EE
Tones
Muted variations
1#EFA15D
2#E7A165
3#DFA26D
4#D6A375
5#CEA37D
6#C6A485
7#BEA48D
8#B6A596
9#AEA59E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEC #FDECDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCDC #FCDCC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAC1 #FAC18F | BordersInactive statesPlaceholder text |
| 400 | F7A0 #F7A055 | Disabled statesSecondary iconsMuted text |
| 500 | F585 #F58524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D669 #D6690A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA54 #AA5408 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A3C #7A3C06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E26 #4E2604 | Primary textHigh emphasis contentDark headings |
| 950 | 3118 #311802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF7F0;
--coral-100: #FDECDD;
--coral-200: #FCDCC0;
--coral-300: #FAC18F;
--coral-400: #F7A055;
--coral-500: #F58524;
--coral-600: #D6690A;
--coral-700: #AA5408;
--coral-800: #7A3C06;
--coral-900: #4E2604;
--coral-950: #311802;
}