Charcoal
#072D4A
BlueColor Codes
All color formats for development
HEX
#072D4ARGB
rgb(7, 45, 74)HSL
hsl(206, 83%, 16%)OKLCH
oklch(0.288 0.067 246.6)CMYK
cmyk(91%, 39%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062943
2#06243C
3#052034
4#041B2D
5#031725
6#03121E
7#020E16
8#01090F
9#010507
Tints
Lighter variations
1#0B4572
2#0E5D99
3#1275C0
4#168CE7
5#3BA0ED
6#62B3F0
7#89C6F4
8#B1D9F8
9#D8ECFB
Tones
Muted variations
1#0A2D47
2#0E2C44
3#112C41
4#142C3D
5#182B3A
6#1B2B36
7#1F2A33
8#222A30
9#25292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CB #94CBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB0 #5CB0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D99 #2D99EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 137D #137DCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F63 #0F63A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B47 #0B4775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072D #072D4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FE;
--charcoal-100: #DEEFFC;
--charcoal-200: #C2E2F9;
--charcoal-300: #94CBF5;
--charcoal-400: #5CB0F0;
--charcoal-500: #2D99EB;
--charcoal-600: #137DCD;
--charcoal-700: #0F63A3;
--charcoal-800: #0B4775;
--charcoal-900: #072D4B;
--charcoal-950: #041C2F;
}