Charcoal
#0B3F46
CyanColor Codes
All color formats for development
HEX
#0B3F46RGB
rgb(11, 63, 70)HSL
hsl(187, 73%, 16%)OKLCH
oklch(0.339 0.053 208.5)CMYK
cmyk(84%, 10%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A3940
2#093338
3#082D31
4#07262A
5#062023
6#04191C
7#031315
8#020D0E
9#010607
Tints
Lighter variations
1#11616C
2#178291
3#1CA4B6
4#22C5DB
5#46D0E2
6#6BD9E8
7#90E3EE
8#B5ECF3
9#DAF6F9
Tones
Muted variations
1#0E3D44
2#113B41
3#14393E
4#17373B
5#1A3438
6#1D3235
7#203032
8#232D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE5 #9AE5EF | BordersInactive statesPlaceholder text |
| 400 | 65D8 #65D8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CC #38CCE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAF #1EAFC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188B #188B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1163 #11636E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B40 #0B4047 | 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: #E0F7FA;
--charcoal-200: #C6F0F6;
--charcoal-300: #9AE5EF;
--charcoal-400: #65D8E7;
--charcoal-500: #38CCE0;
--charcoal-600: #1EAFC2;
--charcoal-700: #188B9A;
--charcoal-800: #11636E;
--charcoal-900: #0B4047;
--charcoal-950: #07282C;
}