Charcoal
#0F433F
CyanColor Codes
All color formats for development
HEX
#0F433FRGB
rgb(15, 67, 63)HSL
hsl(175, 63%, 16%)OKLCH
oklch(0.348 0.053 187.5)CMYK
cmyk(78%, 0%, 6%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C38
2#0C3532
3#0B2F2C
4#092825
5#08211F
6#061B19
7#051413
8#030D0C
9#020706
Tints
Lighter variations
1#17655F
2#1F8880
3#27ABA0
4#2FCEC1
5#50D7CC
6#73DFD6
7#96E7E0
8#B9EFEB
9#DCF7F5
Tones
Muted variations
1#12403C
2#143D3A
3#173B38
4#193836
5#1C3634
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 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED5 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E2F8F7;
--charcoal-200: #C9F3EF;
--charcoal-300: #9FE9E3;
--charcoal-400: #6EDED5;
--charcoal-500: #44D5C8;
--charcoal-600: #2AB7AB;
--charcoal-700: #219188;
--charcoal-800: #186861;
--charcoal-900: #0F433E;
--charcoal-950: #092A27;
}