Charcoal
#063F4B
CyanColor Codes
All color formats for development
HEX
#063F4BRGB
rgb(6, 63, 75)HSL
hsl(190, 85%, 16%)OKLCH
oklch(0.34 0.057 216.5)CMYK
cmyk(92%, 16%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063A44
2#05333C
3#042D35
4#04262D
5#032026
6#021A1E
7#021317
8#010D0F
9#010608
Tints
Lighter variations
1#096173
2#0D839B
3#10A5C2
4#13C6EA
5#39D1EF
6#60DAF2
7#88E3F5
8#B0ECF9
9#D7F6FC
Tones
Muted variations
1#0A3E48
2#0D3B45
3#113941
4#14373E
5#17343A
6#1B3237
7#1E3033
8#222D30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E6 #92E6F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD8 #5AD8F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BCD #2BCDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B0 #11B0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D8C #0D8CA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A64 #0A6476 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0640 #06404B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFE;
--charcoal-100: #DEF7FC;
--charcoal-200: #C2F1FA;
--charcoal-300: #92E6F6;
--charcoal-400: #5AD8F2;
--charcoal-500: #2BCDEE;
--charcoal-600: #11B0D0;
--charcoal-700: #0D8CA5;
--charcoal-800: #0A6476;
--charcoal-900: #06404B;
--charcoal-950: #04282F;
}