Charcoal
#003652
BlueColor Codes
All color formats for development
HEX
#003652RGB
rgb(0, 54, 82)HSL
hsl(200, 100%, 16%)OKLCH
oklch(0.317 0.071 239)CMYK
cmyk(100%, 34%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#003149
2#002C41
3#002639
4#002131
5#001B29
6#001621
7#001018
8#000B10
9#000508
Tints
Lighter variations
1#00537C
2#0070A7
3#008CD2
4#00A9FD
5#29B8FF
6#54C6FF
7#7ED4FF
8#A9E2FF
9#D4F1FF
Tones
Muted variations
1#04354E
2#083449
3#0C3245
4#103141
5#14303D
6#182E39
7#1D2D35
8#212C31
9#252A2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF3 #DBF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD8 #8AD8FF | BordersInactive statesPlaceholder text |
| 400 | 4DC3 #4DC3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB2 #1AB2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0096 #0096E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0077 #0077B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0055 #005580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0036 #003652 | Primary textHigh emphasis contentDark headings |
| 950 | 0022 #002233 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FAFF;
--charcoal-100: #DBF3FF;
--charcoal-200: #BDE9FF;
--charcoal-300: #8AD8FF;
--charcoal-400: #4DC3FF;
--charcoal-500: #1AB2FF;
--charcoal-600: #0096E0;
--charcoal-700: #0077B3;
--charcoal-800: #005580;
--charcoal-900: #003652;
--charcoal-950: #002233;
}