Charcoal
#0F433B
CyanColor Codes
All color formats for development
HEX
#0F433BRGB
rgb(15, 67, 59)HSL
hsl(171, 63%, 16%)OKLCH
oklch(0.347 0.055 180.5)CMYK
cmyk(78%, 0%, 12%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C35
2#0C352F
3#0B2F29
4#092823
5#08211D
6#061B18
7#051412
8#030D0C
9#020706
Tints
Lighter variations
1#17655A
2#1F8879
3#27AB97
4#2FCEB6
5#50D7C3
6#73DFCF
7#96E7DB
8#B9EFE7
9#DCF7F3
Tones
Muted variations
1#124039
2#143D37
3#173B35
4#193834
5#1C3632
6#1F3330
7#21312E
8#242E2C
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 #C9F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DE | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECD | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433B | 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: #C9F3EC;
--charcoal-300: #9FE9DE;
--charcoal-400: #6EDECD;
--charcoal-500: #44D5BF;
--charcoal-600: #2AB7A2;
--charcoal-700: #219181;
--charcoal-800: #18685C;
--charcoal-900: #0F433B;
--charcoal-950: #092A25;
}