Charcoal
#05404D
CyanColor Codes
All color formats for development
HEX
#05404DRGB
rgb(5, 64, 77)HSL
hsl(191, 88%, 16%)OKLCH
oklch(0.344 0.059 217.6)CMYK
cmyk(94%, 17%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043945
2#04333D
3#032C36
4#03262E
5#022026
6#02191F
7#011317
8#010D0F
9#000608
Tints
Lighter variations
1#076175
2#0A829D
3#0DA4C6
4#0FC5EE
5#36D0F2
6#5ED9F5
7#86E3F7
8#AEECFA
9#D7F6FC
Tones
Muted variations
1#083D49
2#0C3B46
3#103942
4#13363E
5#17343B
6#1A3237
7#1E3034
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 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F0 #C1F0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E5 #91E5F8 | BordersInactive statesPlaceholder text |
| 400 | 57D7 #57D7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27CC #27CCF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAF #0DAFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8B #0B8BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0863 #086378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0540 #05404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFE;
--charcoal-100: #DDF7FD;
--charcoal-200: #C1F0FB;
--charcoal-300: #91E5F8;
--charcoal-400: #57D7F4;
--charcoal-500: #27CCF1;
--charcoal-600: #0DAFD3;
--charcoal-700: #0B8BA8;
--charcoal-800: #086378;
--charcoal-900: #05404D;
--charcoal-950: #032830;
}