Charcoal
#0F433C
CyanColor Codes
All color formats for development
HEX
#0F433CRGB
rgb(15, 67, 60)HSL
hsl(172, 63%, 16%)OKLCH
oklch(0.347 0.055 182.2)CMYK
cmyk(78%, 0%, 10%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C36
2#0C3530
3#0B2F2A
4#092824
5#08211E
6#061B18
7#051412
8#030D0C
9#020706
Tints
Lighter variations
1#17655B
2#1F887A
3#27AB9A
4#2FCEB9
5#50D7C5
6#73DFD1
7#96E7DC
8#B9EFE8
9#DCF7F3
Tones
Muted variations
1#12403A
2#143D38
3#173B36
4#193834
5#1C3632
6#1F3330
7#21312E
8#242E2D
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECF | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E2F8F5;
--charcoal-200: #C9F3ED;
--charcoal-300: #9FE9DF;
--charcoal-400: #6EDECF;
--charcoal-500: #44D5C1;
--charcoal-600: #2AB7A4;
--charcoal-700: #219182;
--charcoal-800: #18685D;
--charcoal-900: #0F433C;
--charcoal-950: #092A25;
}