Charcoal
#1D2435
BlueColor Codes
All color formats for development
HEX
#1D2435RGB
rgb(29, 36, 53)HSL
hsl(223, 29%, 16%)OKLCH
oklch(0.262 0.034 266.9)CMYK
cmyk(45%, 32%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A202F
2#171D2A
3#141925
4#111520
5#0E121A
6#0C0E15
7#090B10
8#06070B
9#030405
Tints
Lighter variations
1#2C3650
2#3B496C
3#4B5C88
4#5A6FA3
5#7586B3
6#909FC2
7#ACB7D1
8#C8CFE1
9#E3E7F0
Tones
Muted variations
1#1E2433
2#1F2532
3#212531
4#222630
5#23262F
6#24272E
7#25272C
8#26282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DA #D4DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BD #B3BDD5 | BordersInactive statesPlaceholder text |
| 400 | 8C9B #8C9BC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B7E #6B7EAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5062 #506291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4E #3F4E73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D38 #2D3852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2435 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E8EBF2;
--charcoal-200: #D4DAE7;
--charcoal-300: #B3BDD5;
--charcoal-400: #8C9BC0;
--charcoal-500: #6B7EAE;
--charcoal-600: #506291;
--charcoal-700: #3F4E73;
--charcoal-800: #2D3852;
--charcoal-900: #1D2435;
--charcoal-950: #121621;
}