Charcoal
#06234B
BlueColor Codes
All color formats for development
HEX
#06234BRGB
rgb(6, 35, 75)HSL
hsl(215, 85%, 16%)OKLCH
oklch(0.262 0.082 257.6)CMYK
cmyk(92%, 53%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062044
2#051C3C
3#041935
4#04152D
5#031226
6#020E1E
7#020B17
8#01070F
9#010408
Tints
Lighter variations
1#093573
2#0D489B
3#105AC2
4#136DEA
5#3985EF
6#609DF2
7#88B6F5
8#B0CEF9
9#D7E7FC
Tones
Muted variations
1#0A2448
2#0D2445
3#112541
4#14253E
5#17263A
6#1B2637
7#1E2733
8#222830
9#25282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92BC #92BCF6 | BordersInactive statesPlaceholder text |
| 400 | 5A99 #5A99F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B7C #2B7CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1160 #1160D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D4D #0D4DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A37 #0A3776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0623 #06234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FE;
--charcoal-100: #DEEBFC;
--charcoal-200: #C2D9FA;
--charcoal-300: #92BCF6;
--charcoal-400: #5A99F2;
--charcoal-500: #2B7CEE;
--charcoal-600: #1160D0;
--charcoal-700: #0D4DA5;
--charcoal-800: #0A3776;
--charcoal-900: #06234B;
--charcoal-950: #04162F;
}