Charcoal
#254F5B
CyanColor Codes
All color formats for development
HEX
#254F5BRGB
rgb(37, 79, 91)HSL
hsl(193, 42%, 25%)OKLCH
oklch(0.403 0.051 218.9)CMYK
cmyk(59%, 13%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214751
2#1E3F48
3#1A373F
4#162F36
5#12272D
6#0F2024
7#0B181B
8#071012
9#040809
Tints
Lighter variations
1#306776
2#3B7E91
3#4696AC
4#5CA8BC
5#77B6C8
6#92C5D3
7#AED3DE
8#C9E2E9
9#E4F0F4
Tones
Muted variations
1#284D58
2#2A4C55
3#2D4A52
4#304950
5#32474D
6#35464A
7#384448
8#3A4345
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD2 #ACD2DD | BordersInactive statesPlaceholder text |
| 400 | 80BB #80BBCB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA8 #5CA8BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 418B #418B9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 346E #346E7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254F #254F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1833 #18333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E6F1F5;
--charcoal-200: #D0E6EC;
--charcoal-300: #ACD2DD;
--charcoal-400: #80BBCB;
--charcoal-500: #5CA8BC;
--charcoal-600: #418B9F;
--charcoal-700: #346E7F;
--charcoal-800: #254F5B;
--charcoal-900: #18333A;
--charcoal-950: #0F2024;
}