Charcoal
#0F4243
CyanColor Codes
All color formats for development
HEX
#0F4243RGB
rgb(15, 66, 67)HSL
hsl(181, 63%, 16%)OKLCH
oklch(0.347 0.052 197)CMYK
cmyk(78%, 1%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B3C
2#0C3535
3#0B2E2F
4#092728
5#082121
6#061A1B
7#051414
8#030D0D
9#020707
Tints
Lighter variations
1#176465
2#1F8788
3#27A9AB
4#2FCCCE
5#50D5D7
6#73DDDF
7#96E6E7
8#B9EEEF
9#DCF7F7
Tones
Muted variations
1#123F40
2#143D3D
3#173A3B
4#193838
5#1C3536
6#1F3333
7#213031
8#242E2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE8 #9FE8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDC #6EDCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D2 #44D2D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB5 #2AB5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2190 #219091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1867 #186768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFC;
--charcoal-100: #E2F8F8;
--charcoal-200: #C9F2F3;
--charcoal-300: #9FE8E9;
--charcoal-400: #6EDCDE;
--charcoal-500: #44D2D5;
--charcoal-600: #2AB5B7;
--charcoal-700: #219091;
--charcoal-800: #186768;
--charcoal-900: #0F4243;
--charcoal-950: #09292A;
}