Charcoal
#072C4B
BlueColor Codes
All color formats for development
HEX
#072C4BRGB
rgb(7, 44, 75)HSL
hsl(207, 83%, 16%)OKLCH
oklch(0.286 0.07 248.7)CMYK
cmyk(91%, 41%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062843
2#06233C
3#051F34
4#041B2D
5#031625
6#03121E
7#020D16
8#01090F
9#010407
Tints
Lighter variations
1#0B4372
2#0E5B99
3#1272C0
4#1689E7
5#3B9DED
6#62B0F0
7#89C4F4
8#B1D8F8
9#D8EBFB
Tones
Muted variations
1#0A2C47
2#0E2C44
3#112B41
4#142B3D
5#182A3A
6#1B2A36
7#1F2A33
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 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E1 #C2E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C9 #94C9F5 | BordersInactive statesPlaceholder text |
| 400 | 5CAD #5CADF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D96 #2D96EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 137A #137ACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F61 #0F61A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B45 #0B4575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072C #072C4B | 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: #C2E1F9;
--charcoal-300: #94C9F5;
--charcoal-400: #5CADF0;
--charcoal-500: #2D96EB;
--charcoal-600: #137ACD;
--charcoal-700: #0F61A3;
--charcoal-800: #0B4575;
--charcoal-900: #072C4B;
--charcoal-950: #041C2F;
}