Charcoal
#0A483D
CyanColor Codes
All color formats for development
HEX
#0A483DRGB
rgb(10, 72, 61)HSL
hsl(169, 76%, 16%)OKLCH
oklch(0.361 0.062 177.3)CMYK
cmyk(86%, 0%, 15%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094136
2#083930
3#07322A
4#062B24
5#05241E
6#041D18
7#031612
8#020E0C
9#010706
Tints
Lighter variations
1#0F6E5C
2#14937C
3#19B99C
4#1EDFBB
5#43E5C7
6#68EAD3
7#8EF0DE
8#B4F5E9
9#D9FAF4
Tones
Muted variations
1#0D453A
2#104239
3#133F37
4#163B35
5#193833
6#1C3531
7#1F322F
8#232F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E0FBF6;
--charcoal-200: #C5F7EE;
--charcoal-300: #98F1E1;
--charcoal-400: #62EAD1;
--charcoal-500: #35E3C3;
--charcoal-600: #1BC5A6;
--charcoal-700: #159D84;
--charcoal-800: #0F705E;
--charcoal-900: #0A483C;
--charcoal-950: #062D26;
}