Charcoal
#2D3A52
BlueColor Codes
All color formats for development
HEX
#2D3A52RGB
rgb(45, 58, 82)HSL
hsl(219, 29%, 25%)OKLCH
oklch(0.348 0.046 262.3)CMYK
cmyk(45%, 29%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29344A
2#242F42
3#20293A
4#1B2331
5#171D29
6#121721
7#0E1119
8#090C10
9#050608
Tints
Lighter variations
1#3B4C6B
2#485D84
3#566F9C
4#6B82AE
5#8497BB
6#9CACC9
7#B5C1D6
8#CED5E4
9#E6EAF1
Tones
Muted variations
1#2F3B50
2#313B4F
3#333C4D
4#353C4B
5#373D49
6#383E47
7#3A3E45
8#3C3F43
9#3E3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DB #D4DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BF #B3BFD5 | BordersInactive statesPlaceholder text |
| 400 | 8C9E #8C9EC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B82 #6B82AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5066 #506691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F51 #3F5173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3A #2D3A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D25 #1D2535 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E8ECF2;
--charcoal-200: #D4DBE7;
--charcoal-300: #B3BFD5;
--charcoal-400: #8C9EC0;
--charcoal-500: #6B82AE;
--charcoal-600: #506691;
--charcoal-700: #3F5173;
--charcoal-800: #2D3A52;
--charcoal-900: #1D2535;
--charcoal-950: #121721;
}