Charcoal
#07294B
BlueColor Codes
All color formats for development
HEX
#07294BRGB
rgb(7, 41, 75)HSL
hsl(210, 83%, 16%)OKLCH
oklch(0.278 0.073 252.2)CMYK
cmyk(91%, 45%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062543
2#06213C
3#051D34
4#04182D
5#031425
6#03101E
7#020C16
8#01080F
9#010407
Tints
Lighter variations
1#0B3E72
2#0E5499
3#1269C0
4#167EE7
5#3B94ED
6#62A9F0
7#89BFF4
8#B1D4F8
9#D8EAFB
Tones
Muted variations
1#0A2947
2#0E2944
3#112941
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 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DE #C2DEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C4 #94C4F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA6 #5CA6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D8C #2D8CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1370 #1370CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F59 #0F59A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B40 #0B4075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0729 #07294B | 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: #F1F7FE;
--charcoal-100: #DEEDFC;
--charcoal-200: #C2DEF9;
--charcoal-300: #94C4F5;
--charcoal-400: #5CA6F0;
--charcoal-500: #2D8CEB;
--charcoal-600: #1370CD;
--charcoal-700: #0F59A3;
--charcoal-800: #0B4075;
--charcoal-900: #07294B;
--charcoal-950: #041A2F;
}