Charcoal
#22445D
BlueColor Codes
All color formats for development
HEX
#22445DRGB
rgb(34, 68, 93)HSL
hsl(205, 46%, 25%)OKLCH
oklch(0.373 0.059 242.4)CMYK
cmyk(63%, 27%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3E54
2#1C374A
3#183041
4#152938
5#11222F
6#0E1B25
7#0A151C
8#070E13
9#030709
Tints
Lighter variations
1#2D5979
2#376E95
3#4182B1
4#5795C1
5#73A7CB
6#8FB8D6
7#ABCAE0
8#C7DCEA
9#E3EDF5
Tones
Muted variations
1#25445A
2#284457
3#2B4354
4#2E4351
5#31424E
6#34424B
7#374149
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 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C9 #A9C9DF | BordersInactive statesPlaceholder text |
| 400 | 7DAD #7DADCF | Disabled statesSecondary iconsMuted text |
| 500 | 5795 #5795C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D79 #3D79A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3060 #306082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2245 #22455D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162C #162C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EFF5;
--charcoal-200: #CFE0ED;
--charcoal-300: #A9C9DF;
--charcoal-400: #7DADCF;
--charcoal-500: #5795C1;
--charcoal-600: #3D79A4;
--charcoal-700: #306082;
--charcoal-800: #22455D;
--charcoal-900: #162C3C;
--charcoal-950: #0E1B25;
}