Charcoal
#264C5A
BlueColor Codes
All color formats for development
HEX
#264C5ARGB
rgb(38, 76, 90)HSL
hsl(196, 41%, 25%)OKLCH
oklch(0.395 0.049 224.3)CMYK
cmyk(58%, 16%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224451
2#1E3D48
3#1A353F
4#172E36
5#13262D
6#0F1E24
7#0B171B
8#080F12
9#040809
Tints
Lighter variations
1#316375
2#3C7A90
3#4790AB
4#5DA2BB
5#78B2C7
6#93C1D2
7#AED1DD
8#C9E0E8
9#E4F0F4
Tones
Muted variations
1#284B57
2#2B4A55
3#2D4852
4#30474F
5#33464D
6#35454A
7#384348
8#3B4245
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E4 #D0E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD0 #ACD0DC | BordersInactive statesPlaceholder text |
| 400 | 81B7 #81B7CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA2 #5DA2BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4286 #42869E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356A #356A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264C #264C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1831 #18313A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F1F4;
--charcoal-200: #D0E4EB;
--charcoal-300: #ACD0DC;
--charcoal-400: #81B7CA;
--charcoal-500: #5DA2BB;
--charcoal-600: #42869E;
--charcoal-700: #356A7E;
--charcoal-800: #264C5A;
--charcoal-900: #18313A;
--charcoal-950: #0F1E24;
}