Charcoal
#103442
BlueColor Codes
All color formats for development
HEX
#103442RGB
rgb(16, 52, 66)HSL
hsl(197, 61%, 16%)OKLCH
oklch(0.306 0.048 227.3)CMYK
cmyk(76%, 21%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2E3B
2#0D2935
3#0B242E
4#0A1F27
5#081A21
6#06151A
7#050F14
8#030A0D
9#020507
Tints
Lighter variations
1#184F64
2#216A87
3#2985A9
4#31A0CC
5#53B0D5
6#75C0DE
7#98D0E6
8#BADFEE
9#DDEFF7
Tones
Muted variations
1#12333F
2#15313D
3#17303A
4#1A2F38
5#1C2E35
6#1F2D33
7#212C30
8#242B2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE7 #CAE7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D4 #A1D4E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBD #6FBDDC | Disabled statesSecondary iconsMuted text |
| 500 | 46AB #46ABD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C8E #2C8EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2371 #237190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1951 #195167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1034 #103442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E2F2F8;
--charcoal-200: #CAE7F2;
--charcoal-300: #A1D4E8;
--charcoal-400: #6FBDDC;
--charcoal-500: #46ABD2;
--charcoal-600: #2C8EB5;
--charcoal-700: #237190;
--charcoal-800: #195167;
--charcoal-900: #103442;
--charcoal-950: #0A2029;
}