Charcoal
#07384B
BlueColor Codes
All color formats for development
HEX
#07384BRGB
rgb(7, 56, 75)HSL
hsl(197, 83%, 16%)OKLCH
oklch(0.32 0.059 229.9)CMYK
cmyk(91%, 25%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063243
2#062C3C
3#052734
4#04212D
5#031C25
6#03161E
7#021116
8#010B0F
9#010607
Tints
Lighter variations
1#0B5572
2#0E7299
3#128FC0
4#16ACE7
5#3BBAED
6#62C8F0
7#89D6F4
8#B1E4F8
9#D8F1FB
Tones
Muted variations
1#0A3647
2#0E3544
3#113341
4#14323D
5#18303A
6#1B2F36
7#1F2D33
8#222C30
9#252A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF4 #DEF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EA #C2EAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D9 #94D9F5 | BordersInactive statesPlaceholder text |
| 400 | 5CC6 #5CC6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DB6 #2DB6EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1399 #1399CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F79 #0F79A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B57 #0B5775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0737 #07374B | Primary textHigh emphasis contentDark headings |
| 950 | 0423 #04232F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFE;
--charcoal-100: #DEF4FC;
--charcoal-200: #C2EAF9;
--charcoal-300: #94D9F5;
--charcoal-400: #5CC6F0;
--charcoal-500: #2DB6EB;
--charcoal-600: #1399CD;
--charcoal-700: #0F79A3;
--charcoal-800: #0B5775;
--charcoal-900: #07374B;
--charcoal-950: #04232F;
}