Charcoal
#063C4B
CyanColor Codes
All color formats for development
HEX
#063C4BRGB
rgb(6, 60, 75)HSL
hsl(193, 85%, 16%)OKLCH
oklch(0.331 0.058 222.2)CMYK
cmyk(92%, 20%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063644
2#05303C
3#042A35
4#04242D
5#031E26
6#02181E
7#021217
8#010C0F
9#010608
Tints
Lighter variations
1#095C73
2#0D7C9B
3#109CC2
4#13BBEA
5#39C7EF
6#60D3F2
7#88DEF5
8#B0E9F9
9#D7F4FC
Tones
Muted variations
1#0A3A48
2#0D3945
3#113741
4#14353E
5#17333A
6#1B3137
7#1E2F33
8#222D30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EE #C2EEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E1 #92E1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD1 #5AD1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC4 #2BC4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A6 #11A6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D84 #0D84A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5E #0A5E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063C #063C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FBFE;
--charcoal-100: #DEF6FC;
--charcoal-200: #C2EEFA;
--charcoal-300: #92E1F6;
--charcoal-400: #5AD1F2;
--charcoal-500: #2BC4EE;
--charcoal-600: #11A6D0;
--charcoal-700: #0D84A5;
--charcoal-800: #0A5E76;
--charcoal-900: #063C4B;
--charcoal-950: #04262F;
}