Charcoal
#0E4144
CyanColor Codes
All color formats for development
HEX
#0E4144RGB
rgb(14, 65, 68)HSL
hsl(183, 66%, 16%)OKLCH
oklch(0.344 0.052 200.8)CMYK
cmyk(79%, 4%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3B3D
2#0B3436
3#0A2E2F
4#082729
5#072122
6#061A1B
7#041414
8#030D0E
9#010707
Tints
Lighter variations
1#156367
2#1C858B
3#24A7AE
4#2BCAD2
5#4DD4DB
6#71DCE2
7#94E5E9
8#B8EEF0
9#DBF6F8
Tones
Muted variations
1#113F41
2#133C3E
3#163A3C
4#193739
5#1B3536
6#1E3234
7#213031
8#232E2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EB | BordersInactive statesPlaceholder text |
| 400 | 6BDB #6BDBE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D0 #41D0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26B3 #26B3BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8E #1E8E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #16666A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4144 | 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: #F2FCFC;
--charcoal-100: #E1F8F9;
--charcoal-200: #C8F2F4;
--charcoal-300: #9EE7EB;
--charcoal-400: #6BDBE1;
--charcoal-500: #41D0D8;
--charcoal-600: #26B3BA;
--charcoal-700: #1E8E94;
--charcoal-800: #16666A;
--charcoal-900: #0E4144;
--charcoal-950: #09292A;
}