Charcoal
#022E50
BlueColor Codes
All color formats for development
HEX
#022E50RGB
rgb(2, 46, 80)HSL
hsl(206, 95%, 16%)OKLCH
oklch(0.294 0.076 247.8)CMYK
cmyk(98%, 42%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022948
2#022540
3#012038
4#011C30
5#011728
6#011220
7#010E18
8#000910
9#000508
Tints
Lighter variations
1#034679
2#045EA3
3#0576CD
4#068FF7
5#2EA1FA
6#58B4FB
7#82C7FC
8#ABDAFD
9#D5ECFE
Tones
Muted variations
1#062D4C
2#0A2D48
3#0E2C44
4#122C40
5#152B3C
6#192B38
7#1D2A34
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 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE2 #BEE2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCC #8DCCFC | BordersInactive statesPlaceholder text |
| 400 | 51B1 #51B1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F9B #1F9BF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 067E #067EDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0465 #0465AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0348 #03487C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022E #022E50 | Primary textHigh emphasis contentDark headings |
| 950 | 011D #011D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F8FF;
--charcoal-100: #DCEFFE;
--charcoal-200: #BEE2FD;
--charcoal-300: #8DCCFC;
--charcoal-400: #51B1FB;
--charcoal-500: #1F9BF9;
--charcoal-600: #067EDB;
--charcoal-700: #0465AE;
--charcoal-800: #03487C;
--charcoal-900: #022E50;
--charcoal-950: #011D32;
}