Charcoal
#1E2434
BlueColor Codes
All color formats for development
HEX
#1E2434RGB
rgb(30, 36, 52)HSL
hsl(224, 27%, 16%)OKLCH
oklch(0.262 0.031 268.3)CMYK
cmyk(42%, 31%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B202F
2#181D29
3#151924
4#12151F
5#0F121A
6#0C0E15
7#090B10
8#06070A
9#030405
Tints
Lighter variations
1#2D364F
2#3D496A
3#4D5C85
4#5C6FA1
5#7786B1
6#929FC0
7#ADB7D0
8#C9CFE0
9#E4E7EF
Tones
Muted variations
1#1F2433
2#202532
3#212531
4#22262F
5#23262E
6#24272D
7#25272C
8#27282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BD #B5BDD4 | BordersInactive statesPlaceholder text |
| 400 | 8E9B #8E9BBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7E #6D7EAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5262 #52628E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414E #414E71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F38 #2F3851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EBF2;
--charcoal-200: #D5DAE7;
--charcoal-300: #B5BDD4;
--charcoal-400: #8E9BBE;
--charcoal-500: #6D7EAB;
--charcoal-600: #52628E;
--charcoal-700: #414E71;
--charcoal-800: #2F3851;
--charcoal-900: #1E2434;
--charcoal-950: #131620;
}