Charcoal
#2D3052
BlueColor Codes
All color formats for development
HEX
#2D3052RGB
rgb(45, 48, 82)HSL
hsl(235, 29%, 25%)OKLCH
oklch(0.323 0.06 278.6)CMYK
cmyk(45%, 41%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292C4A
2#242742
3#20223A
4#1B1D31
5#171829
6#121321
7#0E0F19
8#090A10
9#050508
Tints
Lighter variations
1#3B3F6B
2#484D84
3#565C9C
4#6B71AE
5#8488BB
6#9CA0C9
7#B5B8D6
8#CED0E4
9#E6E7F1
Tones
Muted variations
1#2F3250
2#31334F
3#33354D
4#35374B
5#373849
6#383A47
7#3A3B45
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 | D4D6 #D4D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B6 #B3B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8C90 #8C90C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B71 #6B71AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5055 #505591 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F44 #3F4473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D30 #2D3052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F35 | 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: #F5F6FA;
--charcoal-100: #E8E9F2;
--charcoal-200: #D4D6E7;
--charcoal-300: #B3B6D5;
--charcoal-400: #8C90C0;
--charcoal-500: #6B71AE;
--charcoal-600: #505591;
--charcoal-700: #3F4473;
--charcoal-800: #2D3052;
--charcoal-900: #1D1F35;
--charcoal-950: #121321;
}