Charcoal
#0B4247
CyanColor Codes
All color formats for development
HEX
#0B4247RGB
rgb(11, 66, 71)HSL
hsl(185, 73%, 16%)OKLCH
oklch(0.348 0.054 204.2)CMYK
cmyk(85%, 7%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A3B40
2#093438
3#082E31
4#07272A
5#062123
6#041A1C
7#031415
8#020D0E
9#010707
Tints
Lighter variations
1#11646C
2#178791
3#1CA9B6
4#22CBDB
5#46D5E2
6#6BDDE8
7#90E6EE
8#B5EEF3
9#DAF7F9
Tones
Muted variations
1#0E3F44
2#113D41
3#143A3E
4#17383B
5#1A3538
6#1D3335
7#203032
8#232E2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F2 #C6F2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE8 #9AE8EF | BordersInactive statesPlaceholder text |
| 400 | 65DC #65DCE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D2 #38D2E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB4 #1EB4C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1890 #18909A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1167 #11676E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B42 #0B4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E0F8FA;
--charcoal-200: #C6F2F6;
--charcoal-300: #9AE8EF;
--charcoal-400: #65DCE7;
--charcoal-500: #38D2E0;
--charcoal-600: #1EB4C2;
--charcoal-700: #18909A;
--charcoal-800: #11676E;
--charcoal-900: #0B4247;
--charcoal-950: #07292C;
}