Charcoal
#06334B
BlueColor Codes
All color formats for development
HEX
#06334BRGB
rgb(6, 51, 75)HSL
hsl(201, 85%, 16%)OKLCH
oklch(0.305 0.063 238.2)CMYK
cmyk(92%, 32%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062E44
2#05293C
3#042435
4#041F2D
5#031A26
6#02141E
7#020F17
8#010A0F
9#010508
Tints
Lighter variations
1#094E73
2#0D699B
3#1084C2
4#139FEA
5#39AFEF
6#60BFF2
7#88CFF5
8#B0DFF9
9#D7EFFC
Tones
Muted variations
1#0A3248
2#0D3145
3#113041
4#142F3E
5#172E3A
6#1B2D37
7#1E2C33
8#222B30
9#252A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E6 #C2E6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D3 #92D3F6 | BordersInactive statesPlaceholder text |
| 400 | 5ABD #5ABDF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BAA #2BAAEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 118D #118DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D70 #0D70A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A50 #0A5076 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0633 #06334B | Primary textHigh emphasis contentDark headings |
| 950 | 0420 #04202F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FE;
--charcoal-100: #DEF2FC;
--charcoal-200: #C2E6FA;
--charcoal-300: #92D3F6;
--charcoal-400: #5ABDF2;
--charcoal-500: #2BAAEE;
--charcoal-600: #118DD0;
--charcoal-700: #0D70A5;
--charcoal-800: #0A5076;
--charcoal-900: #06334B;
--charcoal-950: #04202F;
}