Charcoal
#22535D
CyanColor Codes
All color formats for development
HEX
#22535DRGB
rgb(34, 83, 93)HSL
hsl(190, 46%, 25%)OKLCH
oklch(0.413 0.055 213.1)CMYK
cmyk(63%, 11%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4B54
2#1C434A
3#183A41
4#153238
5#112A2F
6#0E2125
7#0A191C
8#071113
9#030809
Tints
Lighter variations
1#2D6C79
2#378595
3#419EB1
4#57AFC1
5#73BDCB
6#8FCAD6
7#ABD7E0
8#C7E4EA
9#E3F2F5
Tones
Muted variations
1#25515A
2#284F57
3#2B4D54
4#2E4B51
5#314A4E
6#34484B
7#374649
8#3A4446
9#3D4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D6 #A9D6DF | BordersInactive statesPlaceholder text |
| 400 | 7DC1 #7DC1CF | Disabled statesSecondary iconsMuted text |
| 500 | 57AF #57AFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D93 #3D93A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3075 #307582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2253 #22535D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353C | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F3F5;
--charcoal-200: #CFE8ED;
--charcoal-300: #A9D6DF;
--charcoal-400: #7DC1CF;
--charcoal-500: #57AFC1;
--charcoal-600: #3D93A4;
--charcoal-700: #307582;
--charcoal-800: #22535D;
--charcoal-900: #16353C;
--charcoal-950: #0E2125;
}