Charcoal
#0E3F44
CyanColor Codes
All color formats for development
HEX
#0E3F44RGB
rgb(14, 63, 68)HSL
hsl(186, 66%, 16%)OKLCH
oklch(0.339 0.051 205)CMYK
cmyk(79%, 7%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C383D
2#0B3236
3#0A2C2F
4#082529
5#071F22
6#06191B
7#041314
8#030C0E
9#010607
Tints
Lighter variations
1#155F67
2#1C808B
3#24A1AE
4#2BC1D2
5#4DCCDB
6#71D7E2
7#94E1E9
8#B8EBF0
9#DBF5F8
Tones
Muted variations
1#113C41
2#133A3E
3#16383C
4#193639
5#1B3436
6#1E3134
7#212F31
8#232D2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE3 #9EE3EB | BordersInactive statesPlaceholder text |
| 400 | 6BD5 #6BD5E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C9 #41C9D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26AB #26ABBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E88 #1E8894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1661 #16616A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3E #0E3E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFC;
--charcoal-100: #E1F7F9;
--charcoal-200: #C8EFF4;
--charcoal-300: #9EE3EB;
--charcoal-400: #6BD5E1;
--charcoal-500: #41C9D8;
--charcoal-600: #26ABBA;
--charcoal-700: #1E8894;
--charcoal-800: #16616A;
--charcoal-900: #0E3E44;
--charcoal-950: #09272A;
}