Charcoal
#185468
BlueColor Codes
All color formats for development
HEX
#185468RGB
rgb(24, 84, 104)HSL
hsl(195, 63%, 25%)OKLCH
oklch(0.418 0.068 224.5)CMYK
cmyk(77%, 19%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#154B5E
2#134353
3#113B49
4#0E323E
5#0C2A34
6#09222A
7#07191F
8#051115
9#02080A
Tints
Lighter variations
1#1F6D87
2#2686A6
3#2D9FC5
4#44B0D5
5#63BDDC
6#82CBE3
7#A1D8EA
8#C1E5F1
9#E0F2F8
Tones
Muted variations
1#1C5264
2#205060
3#244E5C
4#284C58
5#2C4A54
6#304850
7#34464C
8#384448
9#3C4244
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 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD7 #9FD7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC2 #6EC2DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B0 #44B0D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A94 #2A94B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2175 #217591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1854 #185468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F36 #0F3643 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F3F8;
--charcoal-200: #C9E8F3;
--charcoal-300: #9FD7E9;
--charcoal-400: #6EC2DE;
--charcoal-500: #44B0D5;
--charcoal-600: #2A94B7;
--charcoal-700: #217591;
--charcoal-800: #185468;
--charcoal-900: #0F3643;
--charcoal-950: #09222A;
}