Charcoal
#103642
CyanColor Codes
All color formats for development
HEX
#103642RGB
rgb(16, 54, 66)HSL
hsl(194, 61%, 16%)OKLCH
oklch(0.312 0.047 222.4)CMYK
cmyk(76%, 18%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E313B
2#0D2B35
3#0B262E
4#0A2027
5#081B21
6#06161A
7#051014
8#030B0D
9#020507
Tints
Lighter variations
1#185264
2#216F87
3#298BA9
4#31A8CC
5#53B7D5
6#75C5DE
7#98D4E6
8#BAE2EE
9#DDF1F7
Tones
Muted variations
1#12353F
2#15333D
3#17323A
4#1A3138
5#1C2F35
6#1F2E33
7#212D30
8#242B2E
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 | A1D7 #A1D7E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC3 #6FC3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B2 #46B2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C95 #2C95B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2376 #237690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1954 #195467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1036 #103642 | 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: #A1D7E8;
--charcoal-400: #6FC3DC;
--charcoal-500: #46B2D2;
--charcoal-600: #2C95B5;
--charcoal-700: #237690;
--charcoal-800: #195467;
--charcoal-900: #103642;
--charcoal-950: #0A2229;
}