Charcoal
#2B2D55
BlueColor Codes
All color formats for development
HEX
#2B2D55RGB
rgb(43, 45, 85)HSL
hsl(237, 33%, 25%)OKLCH
oklch(0.317 0.071 279.4)CMYK
cmyk(49%, 47%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26284C
2#222444
3#1E1F3B
4#1A1B33
5#15162A
6#111222
7#0D0D19
8#090911
9#040408
Tints
Lighter variations
1#383A6E
2#444888
3#5155A1
4#666AB2
5#8083BF
6#999CCC
7#B3B5D9
8#CCCDE5
9#E6E6F2
Tones
Muted variations
1#2D2F53
2#2F3151
3#31324E
4#33344C
5#35364A
6#373848
7#393A46
8#3C3C44
9#3E3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D4 #D3D4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B3 #B1B3D8 | BordersInactive statesPlaceholder text |
| 400 | 888B #888BC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666A #666AB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4F #4B4F95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3F #3C3F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2D #2B2D55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1D #1B1D36 | Primary textHigh emphasis contentDark headings |
| 950 | 1112 #111222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E8F3;
--charcoal-200: #D3D4E9;
--charcoal-300: #B1B3D8;
--charcoal-400: #888BC3;
--charcoal-500: #666AB2;
--charcoal-600: #4B4F95;
--charcoal-700: #3C3F77;
--charcoal-800: #2B2D55;
--charcoal-900: #1B1D36;
--charcoal-950: #111222;
}