Charcoal
#1D2735
BlueColor Codes
All color formats for development
HEX
#1D2735RGB
rgb(29, 39, 53)HSL
hsl(215, 29%, 16%)OKLCH
oklch(0.27 0.03 256.9)CMYK
cmyk(45%, 26%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A232F
2#171F2A
3#141B25
4#111720
5#0E131A
6#0C1015
7#090C10
8#06080B
9#030405
Tints
Lighter variations
1#2C3B50
2#3B506C
3#4B6488
4#5A78A3
5#758FB3
6#90A5C2
7#ACBCD1
8#C8D2E1
9#E3E9F0
Tones
Muted variations
1#1E2733
2#1F2732
3#212731
4#222830
5#23282F
6#24282E
7#25282C
8#26282B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DC #D4DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C2 #B3C2D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA1 #8CA1C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B87 #6B87AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506B #506B91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F55 #3F5573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3D #2D3D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2735 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E8ECF2;
--charcoal-200: #D4DCE7;
--charcoal-300: #B3C2D5;
--charcoal-400: #8CA1C0;
--charcoal-500: #6B87AE;
--charcoal-600: #506B91;
--charcoal-700: #3F5573;
--charcoal-800: #2D3D52;
--charcoal-900: #1D2735;
--charcoal-950: #121821;
}