Charcoal
#2B2E55
BlueColor Codes
All color formats for development
HEX
#2B2E55RGB
rgb(43, 46, 85)HSL
hsl(236, 33%, 25%)OKLCH
oklch(0.319 0.069 278.4)CMYK
cmyk(49%, 46%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26294C
2#222444
3#1E203B
4#1A1B33
5#15172A
6#111222
7#0D0E19
8#090911
9#040508
Tints
Lighter variations
1#383B6E
2#444988
3#5156A1
4#666BB2
5#8084BF
6#999DCC
7#B3B5D9
8#CCCEE5
9#E6E6F2
Tones
Muted variations
1#2D2F53
2#2F3151
3#31334E
4#33354C
5#35374A
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 | B1B4 #B1B4D8 | BordersInactive statesPlaceholder text |
| 400 | 888C #888CC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666B #666BB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B50 #4B5095 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C40 #3C4077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2E #2B2E55 | 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: #B1B4D8;
--charcoal-400: #888CC3;
--charcoal-500: #666BB2;
--charcoal-600: #4B5095;
--charcoal-700: #3C4077;
--charcoal-800: #2B2E55;
--charcoal-900: #1B1D36;
--charcoal-950: #111222;
}