Charcoal
#07274A
BlueColor Codes
All color formats for development
HEX
#07274ARGB
rgb(7, 39, 74)HSL
hsl(211, 83%, 16%)OKLCH
oklch(0.272 0.074 253.8)CMYK
cmyk(91%, 47%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062443
2#06203C
3#051C34
4#04182D
5#031425
6#03101E
7#020C16
8#01080F
9#010407
Tints
Lighter variations
1#0B3C72
2#0E5199
3#1266C0
4#167BE7
5#3B91ED
6#62A7F0
7#89BDF4
8#B1D3F8
9#D8E9FB
Tones
Muted variations
1#0A2847
2#0E2844
3#112841
4#14283D
5#18283A
6#1B2836
7#1F2833
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 | C2DD #C2DDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C3 #94C3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA3 #5CA3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D89 #2D89EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 136D #136DCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F57 #0F57A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3E #0B3E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0728 #07284B | Primary textHigh emphasis contentDark headings |
| 950 | 0419 #04192F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FE;
--charcoal-100: #DEEDFC;
--charcoal-200: #C2DDF9;
--charcoal-300: #94C3F5;
--charcoal-400: #5CA3F0;
--charcoal-500: #2D89EB;
--charcoal-600: #136DCD;
--charcoal-700: #0F57A3;
--charcoal-800: #0B3E75;
--charcoal-900: #07284B;
--charcoal-950: #04192F;
}