Charcoal
#22475D
BlueColor Codes
All color formats for development
HEX
#22475DRGB
rgb(34, 71, 93)HSL
hsl(202, 46%, 25%)OKLCH
oklch(0.381 0.057 236.9)CMYK
cmyk(63%, 24%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4054
2#1C394A
3#183241
4#152B38
5#11242F
6#0E1D25
7#0A151C
8#070E13
9#030709
Tints
Lighter variations
1#2D5D79
2#377395
3#4188B1
4#579AC1
5#73ABCB
6#8FBCD6
7#ABCDE0
8#C7DDEA
9#E3EEF5
Tones
Muted variations
1#25475A
2#284657
3#2B4554
4#2E4451
5#31444E
6#34434B
7#374249
8#3A4146
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CC #A9CCDF | BordersInactive statesPlaceholder text |
| 400 | 7DB1 #7DB1CF | Disabled statesSecondary iconsMuted text |
| 500 | 579A #579AC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7E #3D7EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3064 #306482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2248 #22485D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EFF5;
--charcoal-200: #CFE2ED;
--charcoal-300: #A9CCDF;
--charcoal-400: #7DB1CF;
--charcoal-500: #579AC1;
--charcoal-600: #3D7EA4;
--charcoal-700: #306482;
--charcoal-800: #22485D;
--charcoal-900: #162E3C;
--charcoal-950: #0E1D25;
}