Charcoal
#2D2E52
BlueColor Codes
All color formats for development
HEX
#2D2E52RGB
rgb(45, 46, 82)HSL
hsl(238, 29%, 25%)OKLCH
oklch(0.319 0.064 280.9)CMYK
cmyk(45%, 44%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292A4A
2#242542
3#20213A
4#1B1C31
5#171729
6#121321
7#0E0E19
8#090910
9#050508
Tints
Lighter variations
1#3B3C6B
2#484A84
3#56589C
4#6B6DAE
5#8485BB
6#9C9EC9
7#B5B6D6
8#CECEE4
9#E6E7F1
Tones
Muted variations
1#2F3050
2#31324F
3#33344D
4#35354B
5#373749
6#383947
7#3A3B45
8#3C3C43
9#3E3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D5 #D4D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B4 #B3B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8E #8C8EC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6D #6B6DAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5052 #505291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F41 #3F4173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D2E #2D2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1E #1D1E35 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E8E8F2;
--charcoal-200: #D4D5E7;
--charcoal-300: #B3B4D5;
--charcoal-400: #8C8EC0;
--charcoal-500: #6B6DAE;
--charcoal-600: #505291;
--charcoal-700: #3F4173;
--charcoal-800: #2D2E52;
--charcoal-900: #1D1E35;
--charcoal-950: #121321;
}