Charcoal
#103742
CyanColor Codes
All color formats for development
HEX
#103742RGB
rgb(16, 55, 66)HSL
hsl(193, 61%, 16%)OKLCH
oklch(0.315 0.047 220)CMYK
cmyk(76%, 17%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E313B
2#0D2C35
3#0B262E
4#0A2127
5#081B21
6#06161A
7#051014
8#030B0D
9#020507
Tints
Lighter variations
1#185464
2#217187
3#298DA9
4#31AACC
5#53B9D5
6#75C7DE
7#98D5E6
8#BAE3EE
9#DDF1F7
Tones
Muted variations
1#12353F
2#15343D
3#17333A
4#1A3138
5#1C3035
6#1F2E33
7#212D30
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 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D9 #A1D9E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC5 #6FC5DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B4 #46B4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C97 #2C97B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2378 #237890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1956 #195667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F3F8;
--charcoal-200: #CAE9F2;
--charcoal-300: #A1D9E8;
--charcoal-400: #6FC5DC;
--charcoal-500: #46B4D2;
--charcoal-600: #2C97B5;
--charcoal-700: #237890;
--charcoal-800: #195667;
--charcoal-900: #103742;
--charcoal-950: #0A2229;
}