Charcoal
#16536A
BlueColor Codes
All color formats for development
HEX
#16536ARGB
rgb(22, 83, 106)HSL
hsl(196, 66%, 25%)OKLCH
oklch(0.415 0.071 227.9)CMYK
cmyk(79%, 22%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#144B5F
2#114355
3#0F3A4A
4#0D323F
5#0B2A35
6#09212A
7#071920
8#041115
9#02080B
Tints
Lighter variations
1#1C6C8A
2#2385A9
3#299EC9
4#41B0D8
5#60BDDE
6#80CAE5
7#A0D7EB
8#C0E5F2
9#DFF2F8
Tones
Muted variations
1#1A5166
2#1E4F61
3#224D5D
4#274C59
5#2B4A55
6#2F4851
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 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E8 #C8E8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED6 #9ED6EB | BordersInactive statesPlaceholder text |
| 400 | 6BC1 #6BC1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41B0 #41B0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2693 #2693BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E75 #1E7594 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1653 #16536A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E35 #0E3544 | 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: #E1F3F9;
--charcoal-200: #C8E8F4;
--charcoal-300: #9ED6EB;
--charcoal-400: #6BC1E1;
--charcoal-500: #41B0D8;
--charcoal-600: #2693BA;
--charcoal-700: #1E7594;
--charcoal-800: #16536A;
--charcoal-900: #0E3544;
--charcoal-950: #09212A;
}