Charcoal
#25545B
CyanColor Codes
All color formats for development
HEX
#25545BRGB
rgb(37, 84, 91)HSL
hsl(188, 42%, 25%)OKLCH
oklch(0.416 0.052 208.3)CMYK
cmyk(59%, 8%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214B51
2#1E4348
3#1A3A3F
4#163236
5#122A2D
6#0F2124
7#0B191B
8#071112
9#040809
Tints
Lighter variations
1#306C76
2#3B8591
3#469EAC
4#5CB0BC
5#77BDC8
6#92CAD3
7#AED7DE
8#C9E5E9
9#E4F2F4
Tones
Muted variations
1#285158
2#2A4F55
3#2D4D52
4#304C50
5#324A4D
6#35484A
7#384648
8#3A4445
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD6 #ACD6DD | BordersInactive statesPlaceholder text |
| 400 | 80C1 #80C1CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB0 #5CB0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4193 #41939F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3475 #34757F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2553 #25535B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #18353A | 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: #F4FAFB;
--charcoal-100: #E6F3F5;
--charcoal-200: #D0E8EC;
--charcoal-300: #ACD6DD;
--charcoal-400: #80C1CB;
--charcoal-500: #5CB0BC;
--charcoal-600: #41939F;
--charcoal-700: #34757F;
--charcoal-800: #25535B;
--charcoal-900: #18353A;
--charcoal-950: #0F2124;
}