Charcoal
#1E3234
CyanColor Codes
All color formats for development
HEX
#1E3234RGB
rgb(30, 50, 52)HSL
hsl(185, 27%, 16%)OKLCH
oklch(0.301 0.026 203.8)CMYK
cmyk(42%, 4%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2D2F
2#182829
3#152324
4#121E1F
5#0F191A
6#0C1415
7#090F10
8#060A0A
9#030505
Tints
Lighter variations
1#2D4C4F
2#3D666A
3#4D8185
4#5C9BA1
5#77ACB1
6#92BDC0
7#ADCDD0
8#C9DEE0
9#E4EEEF
Tones
Muted variations
1#1F3133
2#203032
3#212F31
4#222E2F
5#232D2E
6#242C2D
7#252C2C
8#272B2B
9#282A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E5 #D5E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D2 #B5D2D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBA #8EBABE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA6 #6DA6AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5289 #52898E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416D #416D71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4E #2F4E51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E32 #1E3234 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E8F1F2;
--charcoal-200: #D5E5E7;
--charcoal-300: #B5D2D4;
--charcoal-400: #8EBABE;
--charcoal-500: #6DA6AB;
--charcoal-600: #52898E;
--charcoal-700: #416D71;
--charcoal-800: #2F4E51;
--charcoal-900: #1E3234;
--charcoal-950: #131F20;
}