Charcoal
#222F5D
BlueColor Codes
All color formats for development
HEX
#222F5DRGB
rgb(34, 47, 93)HSL
hsl(227, 46%, 25%)OKLCH
oklch(0.32 0.083 269.4)CMYK
cmyk(63%, 49%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2A54
2#1C264A
3#182141
4#151C38
5#11182F
6#0E1325
7#0A0E1C
8#070913
9#030509
Tints
Lighter variations
1#2D3D79
2#374B95
3#415AB1
4#576EC1
5#7386CB
6#8F9FD6
7#ABB7E0
8#C7CFEA
9#E3E7F5
Tones
Muted variations
1#25315A
2#283257
3#2B3454
4#2E3651
5#31374E
6#34394B
7#373B49
8#3A3C46
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B5 #A9B5DF | BordersInactive statesPlaceholder text |
| 400 | 7D8E #7D8ECF | Disabled statesSecondary iconsMuted text |
| 500 | 576E #576EC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D53 #3D53A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3042 #304282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222F #222F5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD5ED;
--charcoal-300: #A9B5DF;
--charcoal-400: #7D8ECF;
--charcoal-500: #576EC1;
--charcoal-600: #3D53A4;
--charcoal-700: #304282;
--charcoal-800: #222F5D;
--charcoal-900: #161E3C;
--charcoal-950: #0E1325;
}