Charcoal
#0B4147
CyanColor Codes
All color formats for development
HEX
#0B4147RGB
rgb(11, 65, 71)HSL
hsl(186, 73%, 16%)OKLCH
oklch(0.345 0.054 206.2)CMYK
cmyk(85%, 8%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A3A40
2#093438
3#082D31
4#07272A
5#062023
6#041A1C
7#031315
8#020D0E
9#010607
Tints
Lighter variations
1#11636C
2#178491
3#1CA6B6
4#22C8DB
5#46D2E2
6#6BDBE8
7#90E4EE
8#B5EDF3
9#DAF6F9
Tones
Muted variations
1#0E3E44
2#113C41
3#14393E
4#17373B
5#1A3538
6#1D3235
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 | C6F1 #C6F1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE7 #9AE7EF | BordersInactive statesPlaceholder text |
| 400 | 65DA #65DAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CF #38CFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB2 #1EB2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188D #188D9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1165 #11656E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B41 #0B4147 | Primary textHigh emphasis contentDark headings |
| 950 | 0728 #07282C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E0F8FA;
--charcoal-200: #C6F1F6;
--charcoal-300: #9AE7EF;
--charcoal-400: #65DAE7;
--charcoal-500: #38CFE0;
--charcoal-600: #1EB2C2;
--charcoal-700: #188D9A;
--charcoal-800: #11656E;
--charcoal-900: #0B4147;
--charcoal-950: #07282C;
}