Charcoal
#002E52
BlueColor Codes
All color formats for development
HEX
#002E52RGB
rgb(0, 46, 82)HSL
hsl(206, 100%, 16%)OKLCH
oklch(0.295 0.08 248.4)CMYK
cmyk(100%, 44%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002A49
2#002541
3#002039
4#001C31
5#001729
6#001221
7#000E18
8#000910
9#000508
Tints
Lighter variations
1#00477C
2#005FA7
3#0077D2
4#008FFD
5#29A2FF
6#54B5FF
7#7EC7FF
8#A9DAFF
9#D4ECFF
Tones
Muted variations
1#042E4E
2#082D49
3#0C2D45
4#102C41
5#142C3D
6#182B39
7#1D2A35
8#212A31
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF0 #DBF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE2 #BDE2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ACC #8ACCFF | BordersInactive statesPlaceholder text |
| 400 | 4DB2 #4DB2FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A9C #1A9CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 007F #007FE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0065 #0065B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0048 #004880 | Text on light backgroundsHeadingsStrong borders |
| 900 | 002E #002E52 | Primary textHigh emphasis contentDark headings |
| 950 | 001D #001D33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F8FF;
--charcoal-100: #DBF0FF;
--charcoal-200: #BDE2FF;
--charcoal-300: #8ACCFF;
--charcoal-400: #4DB2FF;
--charcoal-500: #1A9CFF;
--charcoal-600: #007FE0;
--charcoal-700: #0065B3;
--charcoal-800: #004880;
--charcoal-900: #002E52;
--charcoal-950: #001D33;
}