Charcoal
#2D3452
BlueColor Codes
All color formats for development
HEX
#2D3452RGB
rgb(45, 52, 82)HSL
hsl(229, 29%, 25%)OKLCH
oklch(0.333 0.054 273.1)CMYK
cmyk(45%, 37%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292F4A
2#242A42
3#20243A
4#1B1F31
5#171A29
6#121521
7#0E1019
8#090A10
9#050508
Tints
Lighter variations
1#3B446B
2#485384
3#56639C
4#6B77AE
5#848EBB
6#9CA4C9
7#B5BBD6
8#CED2E4
9#E6E8F1
Tones
Muted variations
1#2F3550
2#31364F
3#33384D
4#35394B
5#373A49
6#383B47
7#3A3C45
8#3C3D43
9#3E3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D8 #D4D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BA #B3BAD5 | BordersInactive statesPlaceholder text |
| 400 | 8C95 #8C95C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B77 #6B77AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 505C #505C91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F49 #3F4973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D34 #2D3452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D21 #1D2135 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E8EAF2;
--charcoal-200: #D4D8E7;
--charcoal-300: #B3BAD5;
--charcoal-400: #8C95C0;
--charcoal-500: #6B77AE;
--charcoal-600: #505C91;
--charcoal-700: #3F4973;
--charcoal-800: #2D3452;
--charcoal-900: #1D2135;
--charcoal-950: #121521;
}