Charcoal
#1E1F34
BlueColor Codes
All color formats for development
HEX
#1E1F34RGB
rgb(30, 31, 52)HSL
hsl(237, 27%, 16%)OKLCH
oklch(0.249 0.04 281)CMYK
cmyk(42%, 40%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1C2F
2#181929
3#151624
4#12131F
5#0F0F1A
6#0C0C15
7#090910
8#06060A
9#030305
Tints
Lighter variations
1#2D2F4F
2#3D3F6A
3#4D5085
4#5C60A1
5#777AB1
6#9294C0
7#ADAFD0
8#C9CAE0
9#E4E4EF
Tones
Muted variations
1#1F2033
2#202132
3#212231
4#22232F
5#23242E
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 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B6 #B5B6D4 | BordersInactive statesPlaceholder text |
| 400 | 8E90 #8E90BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D70 #6D70AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5255 #52558E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4144 #414471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F30 #2F3051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5F9;
--charcoal-100: #E8E9F2;
--charcoal-200: #D5D6E7;
--charcoal-300: #B5B6D4;
--charcoal-400: #8E90BE;
--charcoal-500: #6D70AB;
--charcoal-600: #52558E;
--charcoal-700: #414471;
--charcoal-800: #2F3051;
--charcoal-900: #1E1F34;
--charcoal-950: #131320;
}