Charcoal
#072B4B
BlueColor Codes
All color formats for development
HEX
#072B4BRGB
rgb(7, 43, 75)HSL
hsl(208, 83%, 16%)OKLCH
oklch(0.283 0.071 249.9)CMYK
cmyk(91%, 43%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062743
2#06223C
3#051E34
4#041A2D
5#031625
6#03111E
7#020D16
8#01090F
9#010407
Tints
Lighter variations
1#0B4272
2#0E5899
3#126FC0
4#1685E7
5#3B9AED
6#62AEF0
7#89C2F4
8#B1D7F8
9#D8EBFB
Tones
Muted variations
1#0A2B47
2#0E2B44
3#112A41
4#142A3D
5#182A3A
6#1B2A36
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 | C2E0 #C2E0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C8 #94C8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CAB #5CABF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D93 #2D93EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1376 #1376CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F5E #0F5EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B43 #0B4375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072B #072B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FE;
--charcoal-100: #DEEEFC;
--charcoal-200: #C2E0F9;
--charcoal-300: #94C8F5;
--charcoal-400: #5CABF0;
--charcoal-500: #2D93EB;
--charcoal-600: #1376CD;
--charcoal-700: #0F5EA3;
--charcoal-800: #0B4375;
--charcoal-900: #072B4B;
--charcoal-950: #041B2F;
}