Charcoal
#22445E
BlueColor Codes
All color formats for development
HEX
#22445ERGB
rgb(34, 68, 94)HSL
hsl(206, 47%, 25%)OKLCH
oklch(0.373 0.06 243.5)CMYK
cmyk(64%, 28%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E3D54
2#1B364B
3#182F42
4#142938
5#11222F
6#0E1B25
7#0A141C
8#070E13
9#030709
Tints
Lighter variations
1#2C587A
2#366C96
3#4081B2
4#5693C2
5#72A5CC
6#8FB7D6
7#ABC9E1
8#C7DBEB
9#E3EDF5
Tones
Muted variations
1#25435B
2#284358
3#2B4355
4#2E4252
5#31424F
6#34414C
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 | E5EE #E5EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE0 #CEE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C8 #A9C8E0 | BordersInactive statesPlaceholder text |
| 400 | 7CAB #7CABD0 | Disabled statesSecondary iconsMuted text |
| 500 | 5693 #5693C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B77 #3B77A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F5F #2F5F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2244 #22445E | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3C | 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: #E5EEF6;
--charcoal-200: #CEE0ED;
--charcoal-300: #A9C8E0;
--charcoal-400: #7CABD0;
--charcoal-500: #5693C2;
--charcoal-600: #3B77A5;
--charcoal-700: #2F5F83;
--charcoal-800: #22445E;
--charcoal-900: #162B3C;
--charcoal-950: #0E1B25;
}