Charcoal
#1E3334
CyanColor Codes
All color formats for development
HEX
#1E3334RGB
rgb(30, 51, 52)HSL
hsl(183, 27%, 16%)OKLCH
oklch(0.304 0.027 199.7)CMYK
cmyk(42%, 2%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2E2F
2#182929
3#152424
4#121E1F
5#0F191A
6#0C1415
7#090F10
8#060A0A
9#030505
Tints
Lighter variations
1#2D4D4F
2#3D686A
3#4D8385
4#5C9DA1
5#77AEB1
6#92BEC0
7#ADCED0
8#C9DFE0
9#E4EFEF
Tones
Muted variations
1#1F3233
2#203132
3#213031
4#222F2F
5#232E2E
6#242D2D
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 | D5E6 #D5E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D3 #B5D3D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBB #8EBBBE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA8 #6DA8AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 528B #528B8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416F #416F71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4F #2F4F51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E33 #1E3334 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E8F1F2;
--charcoal-200: #D5E6E7;
--charcoal-300: #B5D3D4;
--charcoal-400: #8EBBBE;
--charcoal-500: #6DA8AB;
--charcoal-600: #528B8E;
--charcoal-700: #416F71;
--charcoal-800: #2F4F51;
--charcoal-900: #1E3334;
--charcoal-950: #132020;
}