Charcoal
#103A42
CyanColor Codes
All color formats for development
HEX
#103A42RGB
rgb(16, 58, 66)HSL
hsl(190, 61%, 16%)OKLCH
oklch(0.324 0.047 212.7)CMYK
cmyk(76%, 12%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E343B
2#0D2E35
3#0B282E
4#0A2227
5#081D21
6#06171A
7#051114
8#030B0D
9#020607
Tints
Lighter variations
1#185864
2#217687
3#2994A9
4#31B2CC
5#53BFD5
6#75CCDE
7#98D9E6
8#BAE6EE
9#DDF2F7
Tones
Muted variations
1#12383F
2#15363D
3#17343A
4#1A3338
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 | A1DC #A1DCE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCA #6FCADC | Disabled statesSecondary iconsMuted text |
| 500 | 46BB #46BBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C9E #2C9EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237E #237E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195A #195A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1039 #103942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | 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: #A1DCE8;
--charcoal-400: #6FCADC;
--charcoal-500: #46BBD2;
--charcoal-600: #2C9EB5;
--charcoal-700: #237E90;
--charcoal-800: #195A67;
--charcoal-900: #103942;
--charcoal-950: #0A2429;
}