Coral
#F1A85B
OrangeColor Codes
All color formats for development
HEX
#F1A85BRGB
rgb(241, 168, 91)HSL
hsl(31, 84%, 65%)OKLCH
oklch(0.787 0.127 65.5)CMYK
cmyk(0%, 30%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE983C
2#EB881E
3#D57713
4#B76610
5#98550D
6#7A440B
7#5B3308
8#3D2205
9#1E1103
Tints
Lighter variations
1#F2B16B
2#F4BA7C
3#F5C28C
4#F6CB9C
5#F8D4AD
6#F9DCBD
7#FBE5CE
8#FCEEDE
9#FEF6EF
Tones
Muted variations
1#E9A862
2#E2A86A
3#DAA771
4#D3A779
5#CBA780
6#C4A788
7#BCA68F
8#B5A697
9#ADA69E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEE #FCEEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FADF #FADFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6C6 #F6C693 | BordersInactive statesPlaceholder text |
| 400 | F1A8 #F1A85B | Disabled statesSecondary iconsMuted text |
| 500 | ED8F #ED8F2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE73 #CE7312 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A45C #A45C0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7542 #75420A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2A #4B2A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1A #2F1A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F1;
--coral-100: #FCEEDE;
--coral-200: #FADFC2;
--coral-300: #F6C693;
--coral-400: #F1A85B;
--coral-500: #ED8F2C;
--coral-600: #CE7312;
--coral-700: #A45C0E;
--coral-800: #75420A;
--coral-900: #4B2A07;
--coral-950: #2F1A04;
}