Charcoal
#002952
BlueColor Codes
All color formats for development
HEX
#002952RGB
rgb(0, 41, 82)HSL
hsl(210, 100%, 16%)OKLCH
oklch(0.281 0.087 252.9)CMYK
cmyk(100%, 50%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002549
2#002141
3#001D39
4#001831
5#001429
6#001021
7#000C18
8#000810
9#000408
Tints
Lighter variations
1#003E7C
2#0054A7
3#0069D2
4#007EFD
5#2994FF
6#54A9FF
7#7EBFFF
8#A9D4FF
9#D4EAFF
Tones
Muted variations
1#04294E
2#082949
3#0C2945
4#102941
5#14293D
6#182939
7#1D2935
8#212931
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBED #DBEDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDE #BDDEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AC4 #8AC4FF | BordersInactive statesPlaceholder text |
| 400 | 4DA6 #4DA6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A8C #1A8CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0070 #0070E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0059 #0059B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0040 #004080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0029 #002952 | Primary textHigh emphasis contentDark headings |
| 950 | 001A #001A33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F7FF;
--charcoal-100: #DBEDFF;
--charcoal-200: #BDDEFF;
--charcoal-300: #8AC4FF;
--charcoal-400: #4DA6FF;
--charcoal-500: #1A8CFF;
--charcoal-600: #0070E0;
--charcoal-700: #0059B3;
--charcoal-800: #004080;
--charcoal-900: #002952;
--charcoal-950: #001A33;
}