Charcoal
#07244A
BlueColor Codes
All color formats for development
HEX
#07244ARGB
rgb(7, 36, 74)HSL
hsl(214, 83%, 16%)OKLCH
oklch(0.264 0.079 256.8)CMYK
cmyk(91%, 51%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062143
2#061D3C
3#051934
4#04162D
5#031225
6#030F1E
7#020B16
8#01070F
9#010407
Tints
Lighter variations
1#0B3772
2#0E4A99
3#125DC0
4#1670E7
5#3B88ED
6#62A0F0
7#89B8F4
8#B1CFF8
9#D8E7FB
Tones
Muted variations
1#0A2547
2#0E2544
3#112641
4#14263D
5#18273A
6#1B2736
7#1F2733
8#222830
9#25282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DA #C2DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BE #94BEF5 | BordersInactive statesPlaceholder text |
| 400 | 5C9C #5C9CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D80 #2D80EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1364 #1364CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4F #0F4FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B39 #0B3975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0724 #07244B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FE;
--charcoal-100: #DEEBFC;
--charcoal-200: #C2DAF9;
--charcoal-300: #94BEF5;
--charcoal-400: #5C9CF0;
--charcoal-500: #2D80EB;
--charcoal-600: #1364CD;
--charcoal-700: #0F4FA3;
--charcoal-800: #0B3975;
--charcoal-900: #07244B;
--charcoal-950: #04172F;
}