Charcoal
#002A52
BlueColor Codes
All color formats for development
HEX
#002A52RGB
rgb(0, 42, 82)HSL
hsl(209, 100%, 16%)OKLCH
oklch(0.284 0.085 252.1)CMYK
cmyk(100%, 49%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002649
2#002241
3#001E39
4#001931
5#001529
6#001121
7#000D18
8#000810
9#000408
Tints
Lighter variations
1#00407C
2#0056A7
3#006DD2
4#0083FD
5#2997FF
6#54ACFF
7#7EC1FF
8#A9D6FF
9#D4EAFF
Tones
Muted variations
1#042A4E
2#082A49
3#0C2A45
4#102A41
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 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEE #DBEEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDF #BDDFFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AC6 #8AC6FF | BordersInactive statesPlaceholder text |
| 400 | 4DA9 #4DA9FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A90 #1A90FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0074 #0074E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 005C #005CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0042 #004280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 002A #002A52 | 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: #F0F8FF;
--charcoal-100: #DBEEFF;
--charcoal-200: #BDDFFF;
--charcoal-300: #8AC6FF;
--charcoal-400: #4DA9FF;
--charcoal-500: #1A90FF;
--charcoal-600: #0074E0;
--charcoal-700: #005CB3;
--charcoal-800: #004280;
--charcoal-900: #002A52;
--charcoal-950: #001A33;
}