Coral
#F7B955
OrangeColor Codes
All color formats for development
HEX
#F7B955RGB
rgb(247, 185, 85)HSL
hsl(37, 91%, 65%)OKLCH
oklch(0.825 0.136 76.7)CMYK
cmyk(0%, 25%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5AC35
2#F49F15
3#DE8D0A
4#BE7909
5#9E6407
6#7F5006
7#5F3C04
8#3F2803
9#201401
Tints
Lighter variations
1#F8C066
2#F9C777
3#F9CE88
4#FAD599
5#FBDCAA
6#FCE3BB
7#FDEACC
8#FDF1DD
9#FEF8EE
Tones
Muted variations
1#EFB75D
2#E7B565
3#DFB36D
4#D6B175
5#CEAF7D
6#C6AD85
7#BEAB8D
8#B6AA96
9#AEA89E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF1 #FDF1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE5 #FCE5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAD1 #FAD18F | BordersInactive statesPlaceholder text |
| 400 | F7B9 #F7B955 | Disabled statesSecondary iconsMuted text |
| 500 | F5A5 #F5A524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D688 #D6880A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA6C #AA6C08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A4D #7A4D06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E31 #4E3104 | Primary textHigh emphasis contentDark headings |
| 950 | 311F #311F02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F0;
--coral-100: #FDF1DD;
--coral-200: #FCE5C0;
--coral-300: #FAD18F;
--coral-400: #F7B955;
--coral-500: #F5A524;
--coral-600: #D6880A;
--coral-700: #AA6C08;
--coral-800: #7A4D06;
--coral-900: #4E3104;
--coral-950: #311F02;
}