Charcoal
#254E5B
CyanColor Codes
All color formats for development
HEX
#254E5BRGB
rgb(37, 78, 91)HSL
hsl(194, 42%, 25%)OKLCH
oklch(0.4 0.051 221.1)CMYK
cmyk(59%, 14%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214651
2#1E3E48
3#1A373F
4#162F36
5#12272D
6#0F1F24
7#0B171B
8#071012
9#040809
Tints
Lighter variations
1#306576
2#3B7D91
3#4694AC
4#5CA6BC
5#77B5C8
6#92C4D3
7#AED2DE
8#C9E1E9
9#E4F0F4
Tones
Muted variations
1#284D58
2#2A4B55
3#2D4A52
4#304850
5#32474D
6#35454A
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 | D0E5 #D0E5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD1 #ACD1DD | BordersInactive statesPlaceholder text |
| 400 | 80BA #80BACB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA6 #5CA6BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4189 #41899F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 346D #346D7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254E #254E5B | 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: #F4F9FB;
--charcoal-100: #E6F1F5;
--charcoal-200: #D0E5EC;
--charcoal-300: #ACD1DD;
--charcoal-400: #80BACB;
--charcoal-500: #5CA6BC;
--charcoal-600: #41899F;
--charcoal-700: #346D7F;
--charcoal-800: #254E5B;
--charcoal-900: #18323A;
--charcoal-950: #0F1F24;
}