Charcoal
#175469
BlueColor Codes
All color formats for development
HEX
#175469RGB
rgb(23, 84, 105)HSL
hsl(195, 64%, 25%)OKLCH
oklch(0.418 0.069 225.5)CMYK
cmyk(78%, 20%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#154C5E
2#124354
3#103B49
4#0E323F
5#0B2A34
6#09222A
7#07191F
8#051115
9#02080A
Tints
Lighter variations
1#1E6D88
2#2587A7
3#2CA0C7
4#43B1D6
5#62BEDD
6#82CBE3
7#A1D8EA
8#C0E5F1
9#E0F2F8
Tones
Muted variations
1#1B5264
2#1F5060
3#234E5C
4#274C58
5#2B4A54
6#2F4850
7#34464C
8#384448
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD7 #9FD7EA | BordersInactive statesPlaceholder text |
| 400 | 6DC2 #6DC2DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B1 #43B1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2894 #2894B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2076 #207692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1754 #175469 | 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: #F2FAFC;
--charcoal-100: #E2F3F9;
--charcoal-200: #C9E8F3;
--charcoal-300: #9FD7EA;
--charcoal-400: #6DC2DF;
--charcoal-500: #43B1D6;
--charcoal-600: #2894B8;
--charcoal-700: #207692;
--charcoal-800: #175469;
--charcoal-900: #0F3643;
--charcoal-950: #09222A;
}