Charcoal
#0F3E43
CyanColor Codes
All color formats for development
HEX
#0F3E43RGB
rgb(15, 62, 67)HSL
hsl(186, 63%, 16%)OKLCH
oklch(0.335 0.05 205.3)CMYK
cmyk(78%, 7%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E373C
2#0C3135
3#0B2B2F
4#092528
5#081F21
6#06191B
7#051214
8#030C0D
9#020607
Tints
Lighter variations
1#175E65
2#1F7E88
3#279EAB
4#2FBECE
5#50CAD7
6#73D5DF
7#96DFE7
8#B9EAEF
9#DCF4F7
Tones
Muted variations
1#123B40
2#14393D
3#17373B
4#193538
5#1C3336
6#1F3133
7#212F31
8#242D2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE2 #9FE2E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED3 #6ED3DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C6 #44C6D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA9 #2AA9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2186 #218691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1860 #186068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3D #0F3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F6F8;
--charcoal-200: #C9EFF3;
--charcoal-300: #9FE2E9;
--charcoal-400: #6ED3DE;
--charcoal-500: #44C6D5;
--charcoal-600: #2AA9B7;
--charcoal-700: #218691;
--charcoal-800: #186068;
--charcoal-900: #0F3D43;
--charcoal-950: #09262A;
}