Charcoal
#223C5D
BlueColor Codes
All color formats for development
HEX
#223C5DRGB
rgb(34, 60, 93)HSL
hsl(214, 46%, 25%)OKLCH
oklch(0.352 0.066 255.1)CMYK
cmyk(63%, 35%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3654
2#1C304A
3#182A41
4#152438
5#111E2F
6#0E1825
7#0A121C
8#070C13
9#030609
Tints
Lighter variations
1#2D4E79
2#376095
3#4172B1
4#5785C1
5#739ACB
6#8FAED6
7#ABC2E0
8#C7D6EA
9#E3EBF5
Tones
Muted variations
1#253C5A
2#283D57
3#2B3D54
4#2E3D51
5#313E4E
6#343E4B
7#373F49
8#3A3F46
9#3D3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C1 #A9C1DF | BordersInactive statesPlaceholder text |
| 400 | 7DA0 #7DA0CF | Disabled statesSecondary iconsMuted text |
| 500 | 5785 #5785C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D69 #3D69A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3054 #305482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223C #223C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1626 #16263C | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5ECF5;
--charcoal-200: #CFDCED;
--charcoal-300: #A9C1DF;
--charcoal-400: #7DA0CF;
--charcoal-500: #5785C1;
--charcoal-600: #3D69A4;
--charcoal-700: #305482;
--charcoal-800: #223C5D;
--charcoal-900: #16263C;
--charcoal-950: #0E1825;
}