Charcoal
#104242
CyanColor Codes
All color formats for development
HEX
#104242RGB
rgb(16, 66, 66)HSL
hsl(180, 61%, 16%)OKLCH
oklch(0.347 0.051 195)CMYK
cmyk(76%, 0%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B3B
2#0D3535
3#0B2E2E
4#0A2727
5#082121
6#061A1A
7#051414
8#030D0D
9#020707
Tints
Lighter variations
1#186464
2#218787
3#29A9A9
4#31CCCC
5#53D5D5
6#75DEDE
7#98E6E6
8#BAEEEE
9#DDF7F7
Tones
Muted variations
1#123F3F
2#153D3D
3#173A3A
4#1A3838
5#1C3535
6#1F3333
7#213030
8#242E2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFC;
--charcoal-100: #E2F8F8;
--charcoal-200: #CAF2F2;
--charcoal-300: #A1E8E8;
--charcoal-400: #6FDCDC;
--charcoal-500: #46D2D2;
--charcoal-600: #2CB5B5;
--charcoal-700: #239090;
--charcoal-800: #196767;
--charcoal-900: #104242;
--charcoal-950: #0A2929;
}