Charcoal
#104138
CyanColor Codes
All color formats for development
HEX
#104138RGB
rgb(16, 65, 56)HSL
hsl(169, 60%, 16%)OKLCH
oklch(0.34 0.054 178.2)CMYK
cmyk(75%, 0%, 14%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B33
2#0D342D
3#0B2E27
4#0A2722
5#08211C
6#071A17
7#051411
8#030D0B
9#020706
Tints
Lighter variations
1#196456
2#218673
3#2AA891
4#33CAAF
5#54D4BD
6#76DDCA
7#98E5D7
8#BAEEE4
9#DDF6F2
Tones
Muted variations
1#133F37
2#153C35
3#183A34
4#1A3732
5#1D3531
6#1F332F
7#21302D
8#242E2C
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DB | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBC8 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB49B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6658 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104138 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E2F8F4;
--charcoal-200: #CAF2EA;
--charcoal-300: #A1E8DB;
--charcoal-400: #70DBC8;
--charcoal-500: #47D1B8;
--charcoal-600: #2DB49B;
--charcoal-700: #248F7B;
--charcoal-800: #1A6658;
--charcoal-900: #104138;
--charcoal-950: #0A2923;
}