Charcoal
#165369
BlueColor Codes
All color formats for development
HEX
#165369RGB
rgb(22, 83, 105)HSL
hsl(196, 65%, 25%)OKLCH
oklch(0.415 0.07 226.8)CMYK
cmyk(79%, 21%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#144B5F
2#124254
3#103A4A
4#0D323F
5#0B2A35
6#09212A
7#071920
8#041115
9#02080B
Tints
Lighter variations
1#1D6C89
2#2485A8
3#2A9EC8
4#42AFD7
5#61BCDE
6#81CAE4
7#A0D7EB
8#C0E4F2
9#DFF2F8
Tones
Muted variations
1#1A5165
2#1F4F61
3#234D5D
4#274B59
5#2B4954
6#2F4750
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 | C8E8 #C8E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED6 #9ED6EA | BordersInactive statesPlaceholder text |
| 400 | 6CC1 #6CC1E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42AF #42AFD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2792 #2792B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F74 #1F7493 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1653 #165369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E35 #0E3543 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFC;
--charcoal-100: #E2F3F9;
--charcoal-200: #C8E8F3;
--charcoal-300: #9ED6EA;
--charcoal-400: #6CC1E0;
--charcoal-500: #42AFD7;
--charcoal-600: #2792B9;
--charcoal-700: #1F7493;
--charcoal-800: #165369;
--charcoal-900: #0E3543;
--charcoal-950: #09212A;
}