Charcoal
#30454F
BlueColor Codes
All color formats for development
HEX
#30454FRGB
rgb(48, 69, 79)HSL
hsl(199, 24%, 25%)OKLCH
oklch(0.377 0.031 229)CMYK
cmyk(39%, 13%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C3E47
2#27373F
3#223137
4#1D2A2F
5#182328
6#131C20
7#0F1518
8#0A0E10
9#050708
Tints
Lighter variations
1#3F5A67
2#4E6F7E
3#5C8496
4#7196A8
5#88A8B6
6#A0B9C5
7#B8CBD3
8#D0DCE2
9#E7EEF0
Tones
Muted variations
1#32454E
2#34444C
3#35444A
4#374349
5#384347
6#3A4246
7#3B4144
8#3D4143
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E1 #D6E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CA #B6CAD2 | BordersInactive statesPlaceholder text |
| 400 | 90AE #90AEBB | Disabled statesSecondary iconsMuted text |
| 500 | 7196 #7196A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 557A #557A8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4461 #44616F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3045 #30454F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2C #1F2C33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EFF1;
--charcoal-200: #D6E1E6;
--charcoal-300: #B6CAD2;
--charcoal-400: #90AEBB;
--charcoal-500: #7196A8;
--charcoal-600: #557A8B;
--charcoal-700: #44616F;
--charcoal-800: #30454F;
--charcoal-900: #1F2C33;
--charcoal-950: #131C20;
}