Charcoal
#0F433D
CyanColor Codes
All color formats for development
HEX
#0F433DRGB
rgb(15, 67, 61)HSL
hsl(173, 63%, 16%)OKLCH
oklch(0.348 0.054 183.9)CMYK
cmyk(78%, 0%, 9%, 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#17655C
2#1F887C
3#27AB9C
4#2FCEBC
5#50D7C8
6#73DFD3
7#96E7DE
8#B9EFE9
9#DCF7F4
Tones
Muted variations
1#12403B
2#143D39
3#173B37
4#193835
5#1C3633
6#1F3331
7#21312F
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 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED1 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E2F8F6;
--charcoal-200: #C9F3EE;
--charcoal-300: #9FE9E1;
--charcoal-400: #6EDED1;
--charcoal-500: #44D5C4;
--charcoal-600: #2AB7A6;
--charcoal-700: #219184;
--charcoal-800: #18685F;
--charcoal-900: #0F433D;
--charcoal-950: #092A26;
}