Charcoal
#103942
CyanColor Codes
All color formats for development
HEX
#103942RGB
rgb(16, 57, 66)HSL
hsl(191, 61%, 16%)OKLCH
oklch(0.321 0.047 215.1)CMYK
cmyk(76%, 14%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E333B
2#0D2D35
3#0B282E
4#0A2227
5#081C21
6#06171A
7#051114
8#030B0D
9#020607
Tints
Lighter variations
1#185664
2#217487
3#2992A9
4#31AFCC
5#53BDD5
6#75CADE
7#98D8E6
8#BAE5EE
9#DDF2F7
Tones
Muted variations
1#12373F
2#15353D
3#17343A
4#1A3238
5#1C3135
6#1F2F33
7#212E30
8#242C2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEB #CAEBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DB #A1DBE8 | BordersInactive statesPlaceholder text |
| 400 | 6FC8 #6FC8DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B9 #46B9D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C9C #2C9CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237C #237C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1958 #195867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1039 #103942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F4F8;
--charcoal-200: #CAEBF2;
--charcoal-300: #A1DBE8;
--charcoal-400: #6FC8DC;
--charcoal-500: #46B9D2;
--charcoal-600: #2C9CB5;
--charcoal-700: #237C90;
--charcoal-800: #195867;
--charcoal-900: #103942;
--charcoal-950: #0A2329;
}