Charcoal
#264D5A
BlueColor Codes
All color formats for development
HEX
#264D5ARGB
rgb(38, 77, 90)HSL
hsl(195, 41%, 25%)OKLCH
oklch(0.397 0.049 222)CMYK
cmyk(58%, 14%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224551
2#1E3D48
3#1A363F
4#172E36
5#13262D
6#0F1F24
7#0B171B
8#080F12
9#040809
Tints
Lighter variations
1#316475
2#3C7B90
3#4792AB
4#5DA4BB
5#78B3C7
6#93C2D2
7#AED1DD
8#C9E1E8
9#E4F0F4
Tones
Muted variations
1#284C57
2#2B4A55
3#2D4952
4#30484F
5#33464D
6#35454A
7#384448
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 | D0E5 #D0E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD0 #ACD0DC | BordersInactive statesPlaceholder text |
| 400 | 81B8 #81B8CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA4 #5DA4BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4287 #42879E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356C #356C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264D #264D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1831 #18313A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F1F4;
--charcoal-200: #D0E5EB;
--charcoal-300: #ACD0DC;
--charcoal-400: #81B8CA;
--charcoal-500: #5DA4BB;
--charcoal-600: #42879E;
--charcoal-700: #356C7E;
--charcoal-800: #264D5A;
--charcoal-900: #18313A;
--charcoal-950: #0F1F24;
}