Charcoal
#072A4B
BlueColor Codes
All color formats for development
HEX
#072A4BRGB
rgb(7, 42, 75)HSL
hsl(209, 83%, 16%)OKLCH
oklch(0.281 0.072 251.1)CMYK
cmyk(91%, 44%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062643
2#06223C
3#051D34
4#04192D
5#031525
6#03111E
7#020D16
8#01080F
9#010407
Tints
Lighter variations
1#0B4072
2#0E5699
3#126CC0
4#1682E7
5#3B97ED
6#62ACF0
7#89C1F4
8#B1D5F8
9#D8EAFB
Tones
Muted variations
1#0A2A47
2#0E2A44
3#112A41
4#14293D
5#18293A
6#1B2936
7#1F2933
8#222930
9#25292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DF #C2DFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C6 #94C6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA8 #5CA8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D8F #2D8FEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1373 #1373CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F5C #0F5CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B42 #0B4275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072A #072A4B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FE;
--charcoal-100: #DEEEFC;
--charcoal-200: #C2DFF9;
--charcoal-300: #94C6F5;
--charcoal-400: #5CA8F0;
--charcoal-500: #2D8FEB;
--charcoal-600: #1373CD;
--charcoal-700: #0F5CA3;
--charcoal-800: #0B4275;
--charcoal-900: #072A4B;
--charcoal-950: #041A2F;
}