Charcoal
#22435D
BlueColor Codes
All color formats for development
HEX
#22435DRGB
rgb(34, 67, 93)HSL
hsl(206, 46%, 25%)OKLCH
oklch(0.37 0.059 244.2)CMYK
cmyk(63%, 28%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3D54
2#1C364A
3#182F41
4#152938
5#11222F
6#0E1B25
7#0A141C
8#070E13
9#030709
Tints
Lighter variations
1#2D5879
2#376C95
3#4181B1
4#5793C1
5#73A5CB
6#8FB7D6
7#ABC9E0
8#C7DBEA
9#E3EDF5
Tones
Muted variations
1#25435A
2#284357
3#2B4254
4#2E4251
5#31424E
6#34414B
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 #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C8 #A9C8DF | BordersInactive statesPlaceholder text |
| 400 | 7DAB #7DABCF | Disabled statesSecondary iconsMuted text |
| 500 | 5793 #5793C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D77 #3D77A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 305F #305F82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2244 #22445D | 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: #E5EEF5;
--charcoal-200: #CFE0ED;
--charcoal-300: #A9C8DF;
--charcoal-400: #7DABCF;
--charcoal-500: #5793C1;
--charcoal-600: #3D77A4;
--charcoal-700: #305F82;
--charcoal-800: #22445D;
--charcoal-900: #162B3C;
--charcoal-950: #0E1B25;
}