Charcoal
#003852
BlueColor Codes
All color formats for development
HEX
#003852RGB
rgb(0, 56, 82)HSL
hsl(199, 100%, 16%)OKLCH
oklch(0.322 0.07 236.3)CMYK
cmyk(100%, 32%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#003249
2#002D41
3#002739
4#002131
5#001C29
6#001621
7#001118
8#000B10
9#000608
Tints
Lighter variations
1#00557C
2#0072A7
3#0090D2
4#00ADFD
5#29BBFF
6#54C9FF
7#7ED6FF
8#A9E4FF
9#D4F1FF
Tones
Muted variations
1#04364E
2#083549
3#0C3345
4#103241
5#14303D
6#182F39
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 | DBF4 #DBF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEA #BDEAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADA #8ADAFF | BordersInactive statesPlaceholder text |
| 400 | 4DC6 #4DC6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB6 #1AB6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0099 #0099E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007A #007AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0057 #005780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0038 #003852 | Primary textHigh emphasis contentDark headings |
| 950 | 0023 #002333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FAFF;
--charcoal-100: #DBF4FF;
--charcoal-200: #BDEAFF;
--charcoal-300: #8ADAFF;
--charcoal-400: #4DC6FF;
--charcoal-500: #1AB6FF;
--charcoal-600: #0099E0;
--charcoal-700: #007AB3;
--charcoal-800: #005780;
--charcoal-900: #003852;
--charcoal-950: #002333;
}