Charcoal
#0E3844
CyanColor Codes
All color formats for development
HEX
#0E3844RGB
rgb(14, 56, 68)HSL
hsl(193, 66%, 16%)OKLCH
oklch(0.318 0.05 220.7)CMYK
cmyk(79%, 18%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C323D
2#0B2D36
3#0A272F
4#082229
5#071C22
6#06161B
7#041114
8#030B0E
9#010607
Tints
Lighter variations
1#155567
2#1C738B
3#2490AE
4#2BAED2
5#4DBCDB
6#71C9E2
7#94D7E9
8#B8E4F0
9#DBF2F8
Tones
Muted variations
1#113741
2#13353E
3#16333C
4#193239
5#1B3036
6#1E2F34
7#212D31
8#232C2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EA #C8EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDA #9EDAEB | BordersInactive statesPlaceholder text |
| 400 | 6BC7 #6BC7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41B7 #41B7D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 269A #269ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E7B #1E7B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1658 #16586A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E38 #0E3844 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFC;
--charcoal-100: #E1F4F9;
--charcoal-200: #C8EAF4;
--charcoal-300: #9EDAEB;
--charcoal-400: #6BC7E1;
--charcoal-500: #41B7D8;
--charcoal-600: #269ABA;
--charcoal-700: #1E7B94;
--charcoal-800: #16586A;
--charcoal-900: #0E3844;
--charcoal-950: #09232A;
}