Charcoal
#2D3652
BlueColor Codes
All color formats for development
HEX
#2D3652RGB
rgb(45, 54, 82)HSL
hsl(225, 29%, 25%)OKLCH
oklch(0.338 0.051 269.9)CMYK
cmyk(45%, 34%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29314A
2#242C42
3#20263A
4#1B2131
5#171B29
6#121621
7#0E1019
8#090B10
9#050508
Tints
Lighter variations
1#3B476B
2#485784
3#56689C
4#6B7CAE
5#8492BB
6#9CA7C9
7#B5BDD6
8#CED3E4
9#E6E9F1
Tones
Muted variations
1#2F3750
2#31384F
3#33394D
4#353A4B
5#373B49
6#383C47
7#3A3D45
8#3C3E43
9#3E3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D9 #D4D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BC #B3BCD5 | BordersInactive statesPlaceholder text |
| 400 | 8C99 #8C99C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B7C #6B7CAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5060 #506091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4C #3F4C73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D37 #2D3752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D23 #1D2335 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E8EBF2;
--charcoal-200: #D4D9E7;
--charcoal-300: #B3BCD5;
--charcoal-400: #8C99C0;
--charcoal-500: #6B7CAE;
--charcoal-600: #506091;
--charcoal-700: #3F4C73;
--charcoal-800: #2D3752;
--charcoal-900: #1D2335;
--charcoal-950: #121621;
}