Charcoal
#103B42
CyanColor Codes
All color formats for development
HEX
#103B42RGB
rgb(16, 59, 66)HSL
hsl(188, 61%, 16%)OKLCH
oklch(0.327 0.048 210.3)CMYK
cmyk(76%, 11%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E353B
2#0D2F35
3#0B292E
4#0A2327
5#081E21
6#06181A
7#051214
8#030C0D
9#020607
Tints
Lighter variations
1#185A64
2#217987
3#2998A9
4#31B7CC
5#53C4D5
6#75D0DE
7#98DBE6
8#BAE7EE
9#DDF3F7
Tones
Muted variations
1#12393F
2#15373D
3#17363A
4#1A3438
5#1C3235
6#1F3033
7#212E30
8#242C2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DF #A1DFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCE #6FCEDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C0 #46C0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA2 #2CA2B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2381 #238190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195C #195C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103B #103B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F5F8;
--charcoal-200: #CAEDF2;
--charcoal-300: #A1DFE8;
--charcoal-400: #6FCEDC;
--charcoal-500: #46C0D2;
--charcoal-600: #2CA2B5;
--charcoal-700: #238190;
--charcoal-800: #195C67;
--charcoal-900: #103B42;
--charcoal-950: #0A2529;
}