Charcoal
#33334D
BlueColor Codes
All color formats for development
HEX
#33334DRGB
rgb(51, 51, 77)HSL
hsl(240, 20%, 25%)OKLCH
oklch(0.333 0.046 283.7)CMYK
cmyk(34%, 34%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E2E45
2#29293D
3#242436
4#1F1F2E
5#1A1A26
6#14141F
7#0F0F17
8#0A0A0F
9#050508
Tints
Lighter variations
1#424263
2#52527A
3#616191
4#7575A3
5#8C8CB3
6#A3A3C2
7#BABAD1
8#D1D1E0
9#E8E8F0
Tones
Muted variations
1#34344B
2#36364A
3#373749
4#383847
5#393946
6#3B3B45
7#3C3C44
8#3D3D42
9#3E3E41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9D0 | BordersInactive statesPlaceholder text |
| 400 | 9494 #9494B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7575 #7575A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5A #5A5A87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3333 #33334D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF1;
--charcoal-200: #D7D7E4;
--charcoal-300: #B9B9D0;
--charcoal-400: #9494B8;
--charcoal-500: #7575A3;
--charcoal-600: #5A5A87;
--charcoal-700: #47476B;
--charcoal-800: #33334D;
--charcoal-900: #212131;
--charcoal-950: #14141F;
}