Charcoal
#22465D
BlueColor Codes
All color formats for development
HEX
#22465DRGB
rgb(34, 70, 93)HSL
hsl(203, 46%, 25%)OKLCH
oklch(0.378 0.057 238.8)CMYK
cmyk(63%, 25%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4054
2#1C384A
3#183141
4#152A38
5#11232F
6#0E1C25
7#0A151C
8#070E13
9#030709
Tints
Lighter variations
1#2D5C79
2#377195
3#4186B1
4#5799C1
5#73AACB
6#8FBBD6
7#ABCCE0
8#C7DDEA
9#E3EEF5
Tones
Muted variations
1#25465A
2#284557
3#2B4554
4#2E4451
5#31434E
6#34424B
7#374249
8#3A4146
9#3D4043
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 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CB #A9CBDF | BordersInactive statesPlaceholder text |
| 400 | 7DAF #7DAFCF | Disabled statesSecondary iconsMuted text |
| 500 | 5799 #5799C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7C #3D7CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3063 #306382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2247 #22475D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162D #162D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EFF5;
--charcoal-200: #CFE1ED;
--charcoal-300: #A9CBDF;
--charcoal-400: #7DAFCF;
--charcoal-500: #5799C1;
--charcoal-600: #3D7CA4;
--charcoal-700: #306382;
--charcoal-800: #22475D;
--charcoal-900: #162D3C;
--charcoal-950: #0E1C25;
}