Charcoal
#0F4043
CyanColor Codes
All color formats for development
HEX
#0F4043RGB
rgb(15, 64, 67)HSL
hsl(183, 63%, 16%)OKLCH
oklch(0.341 0.051 201)CMYK
cmyk(78%, 4%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3A3C
2#0C3335
3#0B2D2F
4#092628
5#082021
6#061A1B
7#051314
8#030D0D
9#020607
Tints
Lighter variations
1#176165
2#1F8388
3#27A5AB
4#2FC6CE
5#50D1D7
6#73DADF
7#96E3E7
8#B9ECEF
9#DCF6F7
Tones
Muted variations
1#123E40
2#143B3D
3#17393B
4#193738
5#1C3436
6#1F3233
7#213031
8#242D2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE6 #9FE6E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED8 #6ED8DE | Disabled statesSecondary iconsMuted text |
| 500 | 44CD #44CDD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB0 #2AB0B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 218C #218C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1864 #186468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F40 #0F4043 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFC;
--charcoal-100: #E2F7F8;
--charcoal-200: #C9F1F3;
--charcoal-300: #9FE6E9;
--charcoal-400: #6ED8DE;
--charcoal-500: #44CDD5;
--charcoal-600: #2AB0B7;
--charcoal-700: #218C91;
--charcoal-800: #186468;
--charcoal-900: #0F4043;
--charcoal-950: #09282A;
}