Charcoal
#1D2835
BlueColor Codes
All color formats for development
HEX
#1D2835RGB
rgb(29, 40, 53)HSL
hsl(213, 29%, 16%)OKLCH
oklch(0.273 0.029 253)CMYK
cmyk(45%, 25%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A242F
2#17202A
3#141C25
4#111820
5#0E141A
6#0C1015
7#090C10
8#06080B
9#030405
Tints
Lighter variations
1#2C3C50
2#3B516C
3#4B6688
4#5A7BA3
5#7591B3
6#90A7C2
7#ACBDD1
8#C8D3E1
9#E3E9F0
Tones
Muted variations
1#1E2833
2#1F2832
3#212831
4#222830
5#23282F
6#24282E
7#25282C
8#26292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DD #D4DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C3 #B3C3D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA3 #8CA3C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B89 #6B89AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506D #506D91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F57 #3F5773 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3E #2D3E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D28 #1D2835 | Primary textHigh emphasis contentDark headings |
| 950 | 1219 #121921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E8EDF2;
--charcoal-200: #D4DDE7;
--charcoal-300: #B3C3D5;
--charcoal-400: #8CA3C0;
--charcoal-500: #6B89AE;
--charcoal-600: #506D91;
--charcoal-700: #3F5773;
--charcoal-800: #2D3E52;
--charcoal-900: #1D2835;
--charcoal-950: #121921;
}