Charcoal
#05414D
CyanColor Codes
All color formats for development
HEX
#05414DRGB
rgb(5, 65, 77)HSL
hsl(190, 88%, 16%)OKLCH
oklch(0.347 0.059 215.7)CMYK
cmyk(94%, 16%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043A45
2#04343D
3#032D36
4#03272E
5#022026
6#021A1F
7#011317
8#010D0F
9#000608
Tints
Lighter variations
1#076375
2#0A859D
3#0DA7C6
4#0FC9EE
5#36D3F2
6#5EDCF5
7#86E4F7
8#AEEDFA
9#D7F6FC
Tones
Muted variations
1#083E49
2#0C3C46
3#103A42
4#13373E
5#17353B
6#1A3237
7#1E3034
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 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F1 #C1F1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E7 #91E7F8 | BordersInactive statesPlaceholder text |
| 400 | 57DA #57DAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D0 #27D0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB2 #0DB2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8E #0B8EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0865 #086578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0541 #05414D | 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: #DDF8FD;
--charcoal-200: #C1F1FB;
--charcoal-300: #91E7F8;
--charcoal-400: #57DAF4;
--charcoal-500: #27D0F1;
--charcoal-600: #0DB2D3;
--charcoal-700: #0B8EA8;
--charcoal-800: #086578;
--charcoal-900: #05414D;
--charcoal-950: #032830;
}