Coral
#F1B55B
OrangeColor Codes
All color formats for development
HEX
#F1B55BRGB
rgb(241, 181, 91)HSL
hsl(36, 84%, 65%)OKLCH
oklch(0.811 0.127 75.3)CMYK
cmyk(0%, 25%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEA73C
2#EB991E
3#D58813
4#B77410
5#98610D
6#7A4D0B
7#5B3A08
8#3D2705
9#1E1303
Tints
Lighter variations
1#F2BC6B
2#F4C47C
3#F5CB8C
4#F6D29C
5#F8DAAD
6#F9E1BD
7#FBE9CE
8#FCF0DE
9#FEF8EF
Tones
Muted variations
1#E9B362
2#E2B26A
3#DAB071
4#D3AF79
5#CBAD80
6#C4AC88
7#BCAA8F
8#B5A997
9#ADA79E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE3 #FAE3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6CE #F6CE93 | BordersInactive statesPlaceholder text |
| 400 | F1B5 #F1B55B | Disabled statesSecondary iconsMuted text |
| 500 | EDA0 #EDA02C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE83 #CE8312 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A468 #A4680E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754A #754A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B30 #4B3007 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1E #2F1E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F1;
--coral-100: #FCF0DE;
--coral-200: #FAE3C2;
--coral-300: #F6CE93;
--coral-400: #F1B55B;
--coral-500: #EDA02C;
--coral-600: #CE8312;
--coral-700: #A4680E;
--coral-800: #754A0A;
--coral-900: #4B3007;
--coral-950: #2F1E04;
}