Charcoal
#2D3252
BlueColor Codes
All color formats for development
HEX
#2D3252RGB
rgb(45, 50, 82)HSL
hsl(232, 29%, 25%)OKLCH
oklch(0.328 0.057 276)CMYK
cmyk(45%, 39%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292D4A
2#242842
3#20233A
4#1B1E31
5#171929
6#121421
7#0E0F19
8#090A10
9#050508
Tints
Lighter variations
1#3B416B
2#485084
3#565F9C
4#6B74AE
5#848BBB
6#9CA2C9
7#B5B9D6
8#CED1E4
9#E6E8F1
Tones
Muted variations
1#2F3450
2#31354F
3#33364D
4#35384B
5#373949
6#383A47
7#3A3C45
8#3C3D43
9#3E3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D7 #D4D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B8 #B3B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8C93 #8C93C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B74 #6B74AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5058 #505891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F46 #3F4673 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D32 #2D3252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2035 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E8E9F2;
--charcoal-200: #D4D7E7;
--charcoal-300: #B3B8D5;
--charcoal-400: #8C93C0;
--charcoal-500: #6B74AE;
--charcoal-600: #505891;
--charcoal-700: #3F4673;
--charcoal-800: #2D3252;
--charcoal-900: #1D2035;
--charcoal-950: #121421;
}