Charcoal
#0A483B
CyanColor Codes
All color formats for development
HEX
#0A483BRGB
rgb(10, 72, 59)HSL
hsl(167, 76%, 16%)OKLCH
oklch(0.361 0.064 174.5)CMYK
cmyk(86%, 0%, 18%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094135
2#08392F
3#073229
4#062B23
5#05241D
6#041D17
7#031612
8#020E0C
9#010706
Tints
Lighter variations
1#0F6E59
2#149378
3#19B996
4#1EDFB5
5#43E5C2
6#68EACE
7#8EF0DA
8#B4F5E7
9#D9FAF3
Tones
Muted variations
1#0D4539
2#104237
3#133F35
4#163B33
5#193832
6#1C3530
7#1F322E
8#232F2C
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E0FBF5;
--charcoal-200: #C5F7EC;
--charcoal-300: #98F1DE;
--charcoal-400: #62EACC;
--charcoal-500: #35E3BE;
--charcoal-600: #1BC5A1;
--charcoal-700: #159D80;
--charcoal-800: #0F705B;
--charcoal-900: #0A483A;
--charcoal-950: #062D24;
}