Coral
#E09D38
OrangeColor Codes
All color formats for development
HEX
#E09D38RGB
rgb(224, 157, 56)HSL
hsl(36, 73%, 55%)OKLCH
oklch(0.744 0.138 73.2)CMYK
cmyk(0%, 30%, 75%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA9122
2#C2811E
3#AA711B
4#926017
5#795013
6#61400F
7#49300B
8#312008
9#181004
Tints
Lighter variations
1#E3A74C
2#E6B160
3#E9BA74
4#ECC488
5#F0CE9C
6#F3D8B0
7#F6E2C3
8#F9EBD7
9#FCF5EB
Tones
Muted variations
1#D89B41
2#CF9A49
3#C79852
4#BF965A
5#B69562
6#AE936B
7#A59173
8#9D907B
9#958E84
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF0 #FAF0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E3 #F6E3C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFCD #EFCD9A | BordersInactive statesPlaceholder text |
| 400 | E7B3 #E7B365 | Disabled statesSecondary iconsMuted text |
| 500 | E09D #E09D38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C281 #C2811E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A66 #9A6618 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E49 #6E4911 | Text on light backgroundsHeadingsStrong borders |
| 900 | 472F #472F0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1D #2C1D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF8F2;
--coral-100: #FAF0E0;
--coral-200: #F6E3C6;
--coral-300: #EFCD9A;
--coral-400: #E7B365;
--coral-500: #E09D38;
--coral-600: #C2811E;
--coral-700: #9A6618;
--coral-800: #6E4911;
--coral-900: #472F0B;
--coral-950: #2C1D07;
}