Charcoal
#1D2535
BlueColor Codes
All color formats for development
HEX
#1D2535RGB
rgb(29, 37, 53)HSL
hsl(220, 29%, 16%)OKLCH
oklch(0.265 0.032 263.8)CMYK
cmyk(45%, 30%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A212F
2#171D2A
3#141A25
4#111620
5#0E121A
6#0C0F15
7#090B10
8#06070B
9#030405
Tints
Lighter variations
1#2C3850
2#3B4C6C
3#4B5F88
4#5A72A3
5#758AB3
6#90A1C2
7#ACB9D1
8#C8D0E1
9#E3E8F0
Tones
Muted variations
1#1E2533
2#1F2632
3#212631
4#222630
5#23272F
6#24272E
7#25282C
8#26282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DB #D4DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BF #B3BFD5 | BordersInactive statesPlaceholder text |
| 400 | 8C9D #8C9DC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B81 #6B81AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5065 #506591 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F51 #3F5173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3A #2D3A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D25 #1D2535 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E8EBF2;
--charcoal-200: #D4DBE7;
--charcoal-300: #B3BFD5;
--charcoal-400: #8C9DC0;
--charcoal-500: #6B81AE;
--charcoal-600: #506591;
--charcoal-700: #3F5173;
--charcoal-800: #2D3A52;
--charcoal-900: #1D2535;
--charcoal-950: #121721;
}