Coral
#F4B057
OrangeColor Codes
All color formats for development
HEX
#F4B057RGB
rgb(244, 176, 87)HSL
hsl(34, 88%, 65%)OKLCH
oklch(0.805 0.132 71.3)CMYK
cmyk(0%, 28%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2A238
2#F09319
3#DA820E
4#BB6F0C
5#9C5D0A
6#7D4A08
7#5D3806
8#3E2504
9#1F1302
Tints
Lighter variations
1#F5B868
2#F6C079
3#F8C88A
4#F9D09A
5#FAD8AB
6#FBDFBC
7#FCE7CD
8#FDEFDD
9#FEF7EE
Tones
Muted variations
1#ECAF5F
2#E5AE67
3#DDAD6F
4#D5AC77
5#CDAB7E
6#C5AA86
7#BDA98E
8#B5A896
9#AEA79E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEF #FDEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE2 #FBE2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CB #F8CB91 | BordersInactive statesPlaceholder text |
| 400 | F4B0 #F4B057 | Disabled statesSecondary iconsMuted text |
| 500 | F19A #F19A27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D37D #D37D0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A864 #A8640B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7847 #784708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2E #4D2E05 | Primary textHigh emphasis contentDark headings |
| 950 | 301C #301C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F1;
--coral-100: #FDEFDD;
--coral-200: #FBE2C1;
--coral-300: #F8CB91;
--coral-400: #F4B057;
--coral-500: #F19A27;
--coral-600: #D37D0D;
--coral-700: #A8640B;
--coral-800: #784708;
--coral-900: #4D2E05;
--coral-950: #301C03;
}