Charcoal
#2D2F52
BlueColor Codes
All color formats for development
HEX
#2D2F52RGB
rgb(45, 47, 82)HSL
hsl(237, 29%, 25%)OKLCH
oklch(0.321 0.062 279.8)CMYK
cmyk(45%, 43%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292A4A
2#242642
3#20213A
4#1B1C31
5#171829
6#121321
7#0E0E19
8#090910
9#050508
Tints
Lighter variations
1#3B3D6B
2#484B84
3#565A9C
4#6B6EAE
5#8486BB
6#9C9FC9
7#B5B7D6
8#CECFE4
9#E6E7F1
Tones
Muted variations
1#2F3150
2#31324F
3#33344D
4#35364B
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 | B3B5 #B3B5D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8E #8C8EC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6E #6B6EAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5053 #505391 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F42 #3F4273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D2F #2D2F52 | 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: #B3B5D5;
--charcoal-400: #8C8EC0;
--charcoal-500: #6B6EAE;
--charcoal-600: #505391;
--charcoal-700: #3F4273;
--charcoal-800: #2D2F52;
--charcoal-900: #1D1E35;
--charcoal-950: #121321;
}