Charcoal
#2B2B55
BlueColor Codes
All color formats for development
HEX
#2B2B55RGB
rgb(43, 43, 85)HSL
hsl(240, 33%, 25%)OKLCH
oklch(0.312 0.074 281.2)CMYK
cmyk(49%, 49%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26264C
2#222244
3#1E1E3B
4#1A1A33
5#15152A
6#111122
7#0D0D19
8#090911
9#040408
Tints
Lighter variations
1#38386E
2#444488
3#5151A1
4#6666B2
5#8080BF
6#9999CC
7#B3B3D9
8#CCCCE5
9#E6E6F2
Tones
Muted variations
1#2D2D53
2#2F2F51
3#31314E
4#33334C
5#35354A
6#373748
7#393946
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 | E7E7 #E7E7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D3 #D3D3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B1 #B1B1D8 | BordersInactive statesPlaceholder text |
| 400 | 8888 #8888C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6666 #6666B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4B #4B4B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3C #3C3C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2B #2B2B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1B #1B1B36 | Primary textHigh emphasis contentDark headings |
| 950 | 1111 #111122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E7F3;
--charcoal-200: #D3D3E9;
--charcoal-300: #B1B1D8;
--charcoal-400: #8888C3;
--charcoal-500: #6666B2;
--charcoal-600: #4B4B95;
--charcoal-700: #3C3C77;
--charcoal-800: #2B2B55;
--charcoal-900: #1B1B36;
--charcoal-950: #111122;
}