Charcoal
#022A50
BlueColor Codes
All color formats for development
HEX
#022A50RGB
rgb(2, 42, 80)HSL
hsl(209, 95%, 16%)OKLCH
oklch(0.283 0.081 251.9)CMYK
cmyk(98%, 48%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022648
2#022240
3#011D38
4#011930
5#011528
6#011120
7#010D18
8#000810
9#000408
Tints
Lighter variations
1#034079
2#0456A3
3#056CCD
4#0682F7
5#2E97FA
6#58ACFB
7#82C1FC
8#ABD6FD
9#D5EAFE
Tones
Muted variations
1#062A4C
2#0A2A48
3#0E2A44
4#122A40
5#15293C
6#192938
7#1D2934
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 | DCEE #DCEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDF #BEDFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC6 #8DC6FC | BordersInactive statesPlaceholder text |
| 400 | 51A9 #51A9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F90 #1F90F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0674 #0674DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 045C #045CAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0342 #03427C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022A #022A50 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F8FF;
--charcoal-100: #DCEEFE;
--charcoal-200: #BEDFFD;
--charcoal-300: #8DC6FC;
--charcoal-400: #51A9FB;
--charcoal-500: #1F90F9;
--charcoal-600: #0674DB;
--charcoal-700: #045CAE;
--charcoal-800: #03427C;
--charcoal-900: #022A50;
--charcoal-950: #011A32;
}