Charcoal
#063A4B
BlueColor Codes
All color formats for development
HEX
#063A4BRGB
rgb(6, 58, 75)HSL
hsl(195, 85%, 16%)OKLCH
oklch(0.325 0.059 226)CMYK
cmyk(92%, 23%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063444
2#052F3C
3#042935
4#04232D
5#031D26
6#02171E
7#021117
8#010C0F
9#010608
Tints
Lighter variations
1#095973
2#0D779B
3#1096C2
4#13B4EA
5#39C1EF
6#60CEF2
7#88DAF5
8#B0E6F9
9#D7F3FC
Tones
Muted variations
1#0A3848
2#0D3745
3#113541
4#14333E
5#17313A
6#1B3037
7#1E2E33
8#222C30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EC #C2ECFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DD #92DDF6 | BordersInactive statesPlaceholder text |
| 400 | 5ACC #5ACCF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BBD #2BBDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A0 #11A0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D7F #0D7FA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5B #0A5B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063A #063A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0424 #04242F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FBFE;
--charcoal-100: #DEF5FC;
--charcoal-200: #C2ECFA;
--charcoal-300: #92DDF6;
--charcoal-400: #5ACCF2;
--charcoal-500: #2BBDEE;
--charcoal-600: #11A0D0;
--charcoal-700: #0D7FA5;
--charcoal-800: #0A5B76;
--charcoal-900: #063A4B;
--charcoal-950: #04242F;
}