Charcoal
#223E5D
BlueColor Codes
All color formats for development
HEX
#223E5DRGB
rgb(34, 62, 93)HSL
hsl(212, 46%, 25%)OKLCH
oklch(0.357 0.064 252.2)CMYK
cmyk(63%, 33%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3854
2#1C314A
3#182B41
4#152538
5#111F2F
6#0E1925
7#0A131C
8#070C13
9#030609
Tints
Lighter variations
1#2D5079
2#376395
3#4175B1
4#5789C1
5#739CCB
6#8FB0D6
7#ABC4E0
8#C7D8EA
9#E3EBF5
Tones
Muted variations
1#253E5A
2#283E57
3#2B3E54
4#2E3F51
5#313F4E
6#343F4B
7#373F49
8#3A3F46
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDD #CFDDED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C3 #A9C3DF | BordersInactive statesPlaceholder text |
| 400 | 7DA3 #7DA3CF | Disabled statesSecondary iconsMuted text |
| 500 | 5789 #5789C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D6D #3D6DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3057 #305782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223E #223E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1628 #16283C | Primary textHigh emphasis contentDark headings |
| 950 | 0E19 #0E1925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EDF5;
--charcoal-200: #CFDDED;
--charcoal-300: #A9C3DF;
--charcoal-400: #7DA3CF;
--charcoal-500: #5789C1;
--charcoal-600: #3D6DA4;
--charcoal-700: #305782;
--charcoal-800: #223E5D;
--charcoal-900: #16283C;
--charcoal-950: #0E1925;
}