Charcoal
#0F433E
CyanColor Codes
All color formats for development
HEX
#0F433ERGB
rgb(15, 67, 62)HSL
hsl(174, 63%, 16%)OKLCH
oklch(0.348 0.054 185.7)CMYK
cmyk(78%, 0%, 7%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C37
2#0C3531
3#0B2F2B
4#092825
5#08211F
6#061B19
7#051412
8#030D0C
9#020706
Tints
Lighter variations
1#17655E
2#1F887E
3#27AB9E
4#2FCEBE
5#50D7CA
6#73DFD5
7#96E7DF
8#B9EFEA
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 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED3 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186860 | 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: #C9F3EF;
--charcoal-300: #9FE9E2;
--charcoal-400: #6EDED3;
--charcoal-500: #44D5C6;
--charcoal-600: #2AB7A9;
--charcoal-700: #219186;
--charcoal-800: #186860;
--charcoal-900: #0F433D;
--charcoal-950: #092A26;
}