Charcoal
#1E3333
CyanColor Codes
All color formats for development
HEX
#1E3333RGB
rgb(30, 51, 51)HSL
hsl(180, 26%, 16%)OKLCH
oklch(0.303 0.027 195.8)CMYK
cmyk(41%, 0%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2E2E
2#182929
3#152424
4#121F1F
5#0F1A1A
6#0C1515
7#090F0F
8#060A0A
9#030505
Tints
Lighter variations
1#2E4E4E
2#3E6969
3#4E8484
4#5E9F9F
5#78B0B0
6#93C0C0
7#AECFCF
8#C9DFDF
9#E4EFEF
Tones
Muted variations
1#1F3232
2#203131
3#213030
4#222F2F
5#232E2E
6#252D2D
7#262C2C
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 | E9F2 #E9F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E6 #D5E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D4 #B5D4D4 | BordersInactive statesPlaceholder text |
| 400 | 8FBD #8FBDBD | Disabled statesSecondary iconsMuted text |
| 500 | 6EAA #6EAAAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 538D #538D8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4270 #427070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F50 #2F5050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E33 #1E3333 | 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: #E9F2F2;
--charcoal-200: #D5E6E6;
--charcoal-300: #B5D4D4;
--charcoal-400: #8FBDBD;
--charcoal-500: #6EAAAA;
--charcoal-600: #538D8D;
--charcoal-700: #427070;
--charcoal-800: #2F5050;
--charcoal-900: #1E3333;
--charcoal-950: #132020;
}