Charcoal
#05444D
CyanColor Codes
All color formats for development
HEX
#05444DRGB
rgb(5, 68, 77)HSL
hsl(188, 88%, 16%)OKLCH
oklch(0.355 0.059 210.2)CMYK
cmyk(94%, 12%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043C45
2#04363D
3#032F36
4#03282E
5#022226
6#021B1F
7#011417
8#010D0F
9#000708
Tints
Lighter variations
1#076675
2#0A8A9D
3#0DADC6
4#0FD0EE
5#36D9F2
6#5EE1F5
7#86E8F7
8#AEF0FA
9#D7F7FC
Tones
Muted variations
1#084049
2#0C3E46
3#103B42
4#13393E
5#17363B
6#1A3337
7#1E3134
8#222E30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F3 #C1F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EA #91EAF8 | BordersInactive statesPlaceholder text |
| 400 | 57DF #57DFF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D6 #27D6F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB9 #0DB9D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B93 #0B93A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0869 #086978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0543 #05434D | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFE;
--charcoal-100: #DDF9FD;
--charcoal-200: #C1F3FB;
--charcoal-300: #91EAF8;
--charcoal-400: #57DFF4;
--charcoal-500: #27D6F1;
--charcoal-600: #0DB9D3;
--charcoal-700: #0B93A8;
--charcoal-800: #086978;
--charcoal-900: #05434D;
--charcoal-950: #032A30;
}