Charcoal
#07234B
BlueColor Codes
All color formats for development
HEX
#07234BRGB
rgb(7, 35, 75)HSL
hsl(215, 83%, 16%)OKLCH
oklch(0.262 0.082 258.1)CMYK
cmyk(91%, 53%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062043
2#061C3C
3#051934
4#04152D
5#031225
6#030E1E
7#020B16
8#01070F
9#010407
Tints
Lighter variations
1#0B3672
2#0E4899
3#125BC0
4#166DE7
5#3B85ED
6#629DF0
7#89B6F4
8#B1CEF8
9#D8E7FB
Tones
Muted variations
1#0A2447
2#0E2444
3#112541
4#14253D
5#18263A
6#1B2736
7#1F2733
8#222830
9#25282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BC #94BCF5 | BordersInactive statesPlaceholder text |
| 400 | 5C99 #5C99F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D7C #2D7CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1361 #1361CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4D #0F4DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B37 #0B3775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0723 #07234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FE;
--charcoal-100: #DEEBFC;
--charcoal-200: #C2D9F9;
--charcoal-300: #94BCF5;
--charcoal-400: #5C99F0;
--charcoal-500: #2D7CEB;
--charcoal-600: #1361CD;
--charcoal-700: #0F4DA3;
--charcoal-800: #0B3775;
--charcoal-900: #07234B;
--charcoal-950: #04162F;
}