Charcoal
#0F4342
CyanColor Codes
All color formats for development
HEX
#0F4342RGB
rgb(15, 67, 66)HSL
hsl(179, 63%, 16%)OKLCH
oklch(0.35 0.053 193.1)CMYK
cmyk(78%, 0%, 1%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C3B
2#0C3535
3#0B2F2E
4#092827
5#082121
6#061B1A
7#051414
8#030D0D
9#020707
Tints
Lighter variations
1#176564
2#1F8887
3#27ABA9
4#2FCECC
5#50D7D5
6#73DFDD
7#96E7E6
8#B9EFEE
9#DCF7F7
Tones
Muted variations
1#12403F
2#143D3D
3#173B3A
4#193838
5#1C3635
6#1F3333
7#213130
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 | C9F3 #C9F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDC | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFC;
--charcoal-100: #E2F8F8;
--charcoal-200: #C9F3F2;
--charcoal-300: #9FE9E8;
--charcoal-400: #6EDEDC;
--charcoal-500: #44D5D2;
--charcoal-600: #2AB7B5;
--charcoal-700: #219190;
--charcoal-800: #186867;
--charcoal-900: #0F4342;
--charcoal-950: #092A29;
}