Charcoal
#265259
CyanColor Codes
All color formats for development
HEX
#265259RGB
rgb(38, 82, 89)HSL
hsl(188, 40%, 25%)OKLCH
oklch(0.41 0.05 209)CMYK
cmyk(57%, 8%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224A50
2#1F4247
3#1B3A3E
4#173136
5#13292D
6#0F2124
7#0B191B
8#081012
9#040809
Tints
Lighter variations
1#326B74
2#3D848F
3#499DAA
4#5EAEBA
5#79BBC6
6#94C9D1
7#AFD6DD
8#C9E4E8
9#E4F1F4
Tones
Muted variations
1#295157
2#2B4F54
3#2E4D52
4#304B4F
5#33494D
6#36474A
7#384547
8#3B4345
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD6 #ADD6DC | BordersInactive statesPlaceholder text |
| 400 | 82C0 #82C0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EAE #5EAEBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4391 #43919D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3673 #36737D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2652 #265259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #183539 | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F2F4;
--charcoal-200: #D1E8EB;
--charcoal-300: #ADD6DC;
--charcoal-400: #82C0C9;
--charcoal-500: #5EAEBA;
--charcoal-600: #43919D;
--charcoal-700: #36737D;
--charcoal-800: #265259;
--charcoal-900: #183539;
--charcoal-950: #0F2124;
}