Charcoal
#06384B
BlueColor Codes
All color formats for development
HEX
#06384BRGB
rgb(6, 56, 75)HSL
hsl(197, 85%, 16%)OKLCH
oklch(0.32 0.06 229.6)CMYK
cmyk(92%, 25%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063244
2#052D3C
3#042735
4#04212D
5#031C26
6#02161E
7#021117
8#010B0F
9#010608
Tints
Lighter variations
1#095573
2#0D729B
3#1090C2
4#13ADEA
5#39BBEF
6#60C9F2
7#88D6F5
8#B0E4F9
9#D7F1FC
Tones
Muted variations
1#0A3648
2#0D3545
3#113341
4#14323E
5#17303A
6#1B2F37
7#1E2D33
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 #C2EAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DA #92DAF6 | BordersInactive statesPlaceholder text |
| 400 | 5AC7 #5AC7F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BB7 #2BB7EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 119A #119AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D7A #0D7AA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A57 #0A5776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0638 #06384B | 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: #C2EAFA;
--charcoal-300: #92DAF6;
--charcoal-400: #5AC7F2;
--charcoal-500: #2BB7EE;
--charcoal-600: #119AD0;
--charcoal-700: #0D7AA5;
--charcoal-800: #0A5776;
--charcoal-900: #06384B;
--charcoal-950: #04232F;
}