Charcoal
#264E5A
CyanColor Codes
All color formats for development
HEX
#264E5ARGB
rgb(38, 78, 90)HSL
hsl(194, 41%, 25%)OKLCH
oklch(0.4 0.049 219.7)CMYK
cmyk(58%, 13%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224651
2#1E3E48
3#1A363F
4#172F36
5#13272D
6#0F1F24
7#0B171B
8#081012
9#040809
Tints
Lighter variations
1#316575
2#3C7C90
3#4794AB
4#5DA5BB
5#78B4C7
6#93C3D2
7#AED2DD
8#C9E1E8
9#E4F0F4
Tones
Muted variations
1#284C57
2#2B4B55
3#2D4A52
4#30484F
5#33474D
6#35454A
7#384448
8#3B4345
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 | ACD1 #ACD1DC | BordersInactive statesPlaceholder text |
| 400 | 81B9 #81B9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA5 #5DA5BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4289 #42899E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356D #356D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264E #264E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1832 #18323A | 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: #ACD1DC;
--charcoal-400: #81B9CA;
--charcoal-500: #5DA5BB;
--charcoal-600: #42899E;
--charcoal-700: #356D7E;
--charcoal-800: #264E5A;
--charcoal-900: #18323A;
--charcoal-950: #0F1F24;
}