Charcoal
#0B473F
CyanColor Codes
All color formats for development
HEX
#0B473FRGB
rgb(11, 71, 63)HSL
hsl(172, 73%, 16%)OKLCH
oklch(0.359 0.06 181.6)CMYK
cmyk(85%, 0%, 11%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4038
2#093832
3#08312C
4#072A26
5#06231F
6#041C19
7#031513
8#020E0D
9#010706
Tints
Lighter variations
1#116C60
2#179180
3#1CB6A1
4#22DBC2
5#46E2CD
6#6BE8D7
7#90EEE1
8#B5F3EB
9#DAF9F5
Tones
Muted variations
1#0E443C
2#11413A
3#143E38
4#173B36
5#1A3834
6#1D3532
7#20322F
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 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E0FAF7;
--charcoal-200: #C6F6F0;
--charcoal-300: #9AEFE4;
--charcoal-400: #65E7D6;
--charcoal-500: #38E0CA;
--charcoal-600: #1EC2AC;
--charcoal-700: #189A89;
--charcoal-800: #116E62;
--charcoal-900: #0B473F;
--charcoal-950: #072C27;
}