Charcoal
#0F4143
CyanColor Codes
All color formats for development
HEX
#0F4143RGB
rgb(15, 65, 67)HSL
hsl(182, 63%, 16%)OKLCH
oklch(0.344 0.051 199)CMYK
cmyk(78%, 3%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3A3C
2#0C3435
3#0B2D2F
4#092728
5#082021
6#061A1B
7#051314
8#030D0D
9#020607
Tints
Lighter variations
1#176365
2#1F8588
3#27A7AB
4#2FC9CE
5#50D3D7
6#73DCDF
7#96E5E7
8#B9EDEF
9#DCF6F7
Tones
Muted variations
1#123E40
2#143C3D
3#173A3B
4#193738
5#1C3536
6#1F3233
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 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE7 #9FE7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDA #6EDADE | Disabled statesSecondary iconsMuted text |
| 500 | 44D0 #44D0D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB2 #2AB2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 218E #218E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1865 #186568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F41 #0F4143 | 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: #E2F8F8;
--charcoal-200: #C9F1F3;
--charcoal-300: #9FE7E9;
--charcoal-400: #6EDADE;
--charcoal-500: #44D0D5;
--charcoal-600: #2AB2B7;
--charcoal-700: #218E91;
--charcoal-800: #186568;
--charcoal-900: #0F4143;
--charcoal-950: #09282A;
}