Charcoal
#1D1E34
BlueColor Codes
All color formats for development
HEX
#1D1E34RGB
rgb(29, 30, 52)HSL
hsl(237, 28%, 16%)OKLCH
oklch(0.246 0.042 280.9)CMYK
cmyk(44%, 42%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1B2F
2#18182A
3#151525
4#12121F
5#0F0F1A
6#0C0C15
7#090910
8#06060A
9#030305
Tints
Lighter variations
1#2D2F50
2#3C3F6B
3#4C4F86
4#5B5FA2
5#7679B2
6#9194C1
7#ADAFD1
8#C8C9E0
9#E4E4F0
Tones
Muted variations
1#1F2033
2#202132
3#212231
4#222330
5#23242F
6#24252D
7#25262C
8#27272B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B6 #B4B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8F #8D8FBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6F #6C6FAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5154 #515490 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4043 #404372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E30 #2E3052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5F9;
--charcoal-100: #E8E9F2;
--charcoal-200: #D5D5E7;
--charcoal-300: #B4B6D5;
--charcoal-400: #8D8FBF;
--charcoal-500: #6C6FAC;
--charcoal-600: #515490;
--charcoal-700: #404372;
--charcoal-800: #2E3052;
--charcoal-900: #1D1F34;
--charcoal-950: #121321;
}