Charcoal
#06224B
BlueColor Codes
All color formats for development
HEX
#06224BRGB
rgb(6, 34, 75)HSL
hsl(216, 85%, 16%)OKLCH
oklch(0.259 0.083 258.4)CMYK
cmyk(92%, 55%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061E44
2#051B3C
3#041835
4#04142D
5#031126
6#020E1E
7#020A17
8#01070F
9#010308
Tints
Lighter variations
1#093473
2#0D459B
3#1057C2
4#1369EA
5#3982EF
6#609BF2
7#88B4F5
8#B0CDF9
9#D7E6FC
Tones
Muted variations
1#0A2348
2#0D2345
3#112441
4#14253E
5#17253A
6#1B2637
7#1E2733
8#222730
9#25282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D8 #C2D8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92BA #92BAF6 | BordersInactive statesPlaceholder text |
| 400 | 5A97 #5A97F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B79 #2B79EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 115D #115DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D4A #0D4AA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A35 #0A3576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0622 #06224B | Primary textHigh emphasis contentDark headings |
| 950 | 0415 #04152F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FE;
--charcoal-100: #DEEAFC;
--charcoal-200: #C2D8FA;
--charcoal-300: #92BAF6;
--charcoal-400: #5A97F2;
--charcoal-500: #2B79EE;
--charcoal-600: #115DD0;
--charcoal-700: #0D4AA5;
--charcoal-800: #0A3576;
--charcoal-900: #06224B;
--charcoal-950: #04152F;
}