Charcoal
#0F3D43
CyanColor Codes
All color formats for development
HEX
#0F3D43RGB
rgb(15, 61, 67)HSL
hsl(187, 63%, 16%)OKLCH
oklch(0.333 0.049 207.5)CMYK
cmyk(78%, 9%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E363C
2#0C3035
3#0B2A2F
4#092428
5#081E21
6#06181B
7#051214
8#030C0D
9#020607
Tints
Lighter variations
1#175C65
2#1F7C88
3#279CAB
4#2FBCCE
5#50C8D7
6#73D3DF
7#96DEE7
8#B9E9EF
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 | C9EE #C9EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE1 #9FE1E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED1 #6ED1DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C4 #44C4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA6 #2AA6B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2184 #218491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185F #185F68 | 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: #C9EEF3;
--charcoal-300: #9FE1E9;
--charcoal-400: #6ED1DE;
--charcoal-500: #44C4D5;
--charcoal-600: #2AA6B7;
--charcoal-700: #218491;
--charcoal-800: #185F68;
--charcoal-900: #0F3D43;
--charcoal-950: #09262A;
}