Charcoal
#05464C
CyanColor Codes
All color formats for development
HEX
#05464CRGB
rgb(5, 70, 76)HSL
hsl(185, 88%, 16%)OKLCH
oklch(0.361 0.059 204.9)CMYK
cmyk(93%, 8%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044045
2#04393D
3#033236
4#032A2E
5#022326
6#021C1F
7#011517
8#010E0F
9#000708
Tints
Lighter variations
1#076C75
2#0A919D
3#0DB6C6
4#0FDBEE
5#36E2F2
6#5EE8F5
7#86EEF7
8#AEF4FA
9#D7F9FC
Tones
Muted variations
1#084449
2#0C4146
3#103E42
4#133B3E
5#17383B
6#1A3537
7#1E3234
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 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF8 | BordersInactive statesPlaceholder text |
| 400 | 57E7 #57E7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E0 #27E0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC2 #0DC2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9B #0B9BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0547 #05474D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFE;
--charcoal-100: #DDFAFD;
--charcoal-200: #C1F6FB;
--charcoal-300: #91EFF8;
--charcoal-400: #57E7F4;
--charcoal-500: #27E0F1;
--charcoal-600: #0DC2D3;
--charcoal-700: #0B9BA8;
--charcoal-800: #086E78;
--charcoal-900: #05474D;
--charcoal-950: #032C30;
}