Coral
#F1B05B
OrangeColor Codes
All color formats for development
HEX
#F1B05BRGB
rgb(241, 176, 91)HSL
hsl(34, 84%, 65%)OKLCH
oklch(0.802 0.127 71.6)CMYK
cmyk(0%, 27%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEA13C
2#EB921E
3#D58113
4#B76F10
5#985C0D
6#7A4A0B
7#5B3708
8#3D2505
9#1E1203
Tints
Lighter variations
1#F2B86B
2#F4C07C
3#F5C88C
4#F6CF9C
5#F8D7AD
6#F9DFBD
7#FBE7CE
8#FCEFDE
9#FEF7EF
Tones
Muted variations
1#E9AF62
2#E2AE6A
3#DAAD71
4#D3AC79
5#CBAB80
6#C4AA88
7#BCA98F
8#B5A897
9#ADA79E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEF #FCEFDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE2 #FAE2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6CB #F6CB93 | BordersInactive statesPlaceholder text |
| 400 | F1B0 #F1B05B | Disabled statesSecondary iconsMuted text |
| 500 | ED99 #ED992C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE7D #CE7D12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A463 #A4630E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7547 #75470A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2D #4B2D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1C #2F1C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F1;
--coral-100: #FCEFDE;
--coral-200: #FAE2C2;
--coral-300: #F6CB93;
--coral-400: #F1B05B;
--coral-500: #ED992C;
--coral-600: #CE7D12;
--coral-700: #A4630E;
--coral-800: #75470A;
--coral-900: #4B2D07;
--coral-950: #2F1C04;
}