Coral
#F4A157
OrangeColor Codes
All color formats for development
HEX
#F4A157RGB
rgb(244, 161, 87)HSL
hsl(28, 88%, 65%)OKLCH
oklch(0.778 0.133 60.5)CMYK
cmyk(0%, 34%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F28F38
2#F07D19
3#DA6D0E
4#BB5E0C
5#9C4E0A
6#7D3E08
7#5D2F06
8#3E1F04
9#1F1002
Tints
Lighter variations
1#F5AA68
2#F6B379
3#F8BD8A
4#F9C69A
5#FAD0AB
6#FBD9BC
7#FCE3CD
8#FDECDD
9#FEF6EE
Tones
Muted variations
1#ECA15F
2#E5A267
3#DDA26F
4#D5A377
5#CDA37E
6#C5A486
7#BDA48E
8#B5A596
9#AEA59E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEC #FDECDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBDC #FBDCC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8C1 #F8C191 | BordersInactive statesPlaceholder text |
| 400 | F4A1 #F4A157 | Disabled statesSecondary iconsMuted text |
| 500 | F186 #F18627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D36A #D36A0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A854 #A8540B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 783C #783C08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D26 #4D2605 | Primary textHigh emphasis contentDark headings |
| 950 | 3018 #301803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF7F1;
--coral-100: #FDECDD;
--coral-200: #FBDCC1;
--coral-300: #F8C191;
--coral-400: #F4A157;
--coral-500: #F18627;
--coral-600: #D36A0D;
--coral-700: #A8540B;
--coral-800: #783C08;
--coral-900: #4D2605;
--coral-950: #301803;
}