Charcoal
#103542
BlueColor Codes
All color formats for development
HEX
#103542RGB
rgb(16, 53, 66)HSL
hsl(196, 61%, 16%)OKLCH
oklch(0.309 0.047 224.8)CMYK
cmyk(76%, 20%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2F3B
2#0D2A35
3#0B252E
4#0A1F27
5#081A21
6#06151A
7#051014
8#030A0D
9#020507
Tints
Lighter variations
1#185064
2#216B87
3#2987A9
4#31A2CC
5#53B2D5
6#75C2DE
7#98D1E6
8#BAE0EE
9#DDF0F7
Tones
Muted variations
1#12333F
2#15323D
3#17313A
4#1A3038
5#1C2F35
6#1F2D33
7#212C30
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 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE7 #CAE7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D5 #A1D5E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBF #6FBFDC | Disabled statesSecondary iconsMuted text |
| 500 | 46AD #46ADD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C90 #2C90B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2373 #237390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1952 #195267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1034 #103442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A21 #0A2129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F2F8;
--charcoal-200: #CAE7F2;
--charcoal-300: #A1D5E8;
--charcoal-400: #6FBFDC;
--charcoal-500: #46ADD2;
--charcoal-600: #2C90B5;
--charcoal-700: #237390;
--charcoal-800: #195267;
--charcoal-900: #103442;
--charcoal-950: #0A2129;
}