Charcoal
#165469
BlueColor Codes
All color formats for development
HEX
#165469RGB
rgb(22, 84, 105)HSL
hsl(195, 65%, 25%)OKLCH
oklch(0.417 0.07 225.3)CMYK
cmyk(79%, 20%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#144C5F
2#124454
3#103B4A
4#0D333F
5#0B2A35
6#09222A
7#071920
8#041115
9#02080B
Tints
Lighter variations
1#1D6E89
2#2487A8
3#2AA0C8
4#42B2D7
5#61BEDE
6#81CBE4
7#A0D8EB
8#C0E5F2
9#DFF2F8
Tones
Muted variations
1#1A5265
2#1F5061
3#234E5D
4#274C59
5#2B4A54
6#2F4850
7#33464C
8#374448
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 | C8E9 #C8E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED7 #9ED7EA | BordersInactive statesPlaceholder text |
| 400 | 6CC3 #6CC3E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42B2 #42B2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2795 #2795B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F76 #1F7693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1654 #165469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E36 #0E3643 | 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: #C8E9F3;
--charcoal-300: #9ED7EA;
--charcoal-400: #6CC3E0;
--charcoal-500: #42B2D7;
--charcoal-600: #2795B9;
--charcoal-700: #1F7693;
--charcoal-800: #165469;
--charcoal-900: #0E3643;
--charcoal-950: #09222A;
}