Charcoal
#05464D
CyanColor Codes
All color formats for development
HEX
#05464DRGB
rgb(5, 70, 77)HSL
hsl(186, 88%, 16%)OKLCH
oklch(0.361 0.06 206.6)CMYK
cmyk(94%, 9%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043F45
2#04383D
3#033136
4#032A2E
5#022326
6#021C1F
7#011517
8#010E0F
9#000708
Tints
Lighter variations
1#076A75
2#0A8F9D
3#0DB3C6
4#0FD8EE
5#36DFF2
6#5EE6F5
7#86ECF7
8#AEF2FA
9#D7F9FC
Tones
Muted variations
1#084349
2#0C4046
3#103D42
4#133A3E
5#17373B
6#1A3437
7#1E3134
8#222F30
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F5 #C1F5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EE #91EEF8 | BordersInactive statesPlaceholder text |
| 400 | 57E5 #57E5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27DD #27DDF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DBF #0DBFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B98 #0B98A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086D #086D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0546 #05464D | Primary textHigh emphasis contentDark headings |
| 950 | 032B #032B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFE;
--charcoal-100: #DDFAFD;
--charcoal-200: #C1F5FB;
--charcoal-300: #91EEF8;
--charcoal-400: #57E5F4;
--charcoal-500: #27DDF1;
--charcoal-600: #0DBFD3;
--charcoal-700: #0B98A8;
--charcoal-800: #086D78;
--charcoal-900: #05464D;
--charcoal-950: #032B30;
}