Charcoal
#1E2334
BlueColor Codes
All color formats for development
HEX
#1E2334RGB
rgb(30, 35, 52)HSL
hsl(226, 27%, 16%)OKLCH
oklch(0.259 0.033 271.4)CMYK
cmyk(42%, 33%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1F2F
2#181C29
3#151824
4#12151F
5#0F111A
6#0C0E15
7#090A10
8#06070A
9#030305
Tints
Lighter variations
1#2D354F
2#3D486A
3#4D5A85
4#5C6CA1
5#7784B1
6#929DC0
7#ADB5D0
8#C9CEE0
9#E4E6EF
Tones
Muted variations
1#1F2433
2#202432
3#212531
4#22252F
5#23262E
6#24262D
7#25272C
8#27282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D9 #D5D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BC #B5BCD4 | BordersInactive statesPlaceholder text |
| 400 | 8E99 #8E99BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7C #6D7CAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5260 #52608E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414C #414C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F37 #2F3751 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E23 #1E2334 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EBF2;
--charcoal-200: #D5D9E7;
--charcoal-300: #B5BCD4;
--charcoal-400: #8E99BE;
--charcoal-500: #6D7CAB;
--charcoal-600: #52608E;
--charcoal-700: #414C71;
--charcoal-800: #2F3751;
--charcoal-900: #1E2334;
--charcoal-950: #131620;
}