Charcoal
#25535B
CyanColor Codes
All color formats for development
HEX
#25535BRGB
rgb(37, 83, 91)HSL
hsl(189, 42%, 25%)OKLCH
oklch(0.414 0.052 210.4)CMYK
cmyk(59%, 9%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214A51
2#1E4248
3#1A3A3F
4#163136
5#12292D
6#0F2124
7#0B191B
8#071012
9#040809
Tints
Lighter variations
1#306B76
2#3B8491
3#469DAC
4#5CAEBC
5#77BBC8
6#92C9D3
7#AED6DE
8#C9E4E9
9#E4F1F4
Tones
Muted variations
1#285158
2#2A4F55
3#2D4D52
4#304B50
5#32494D
6#35474A
7#384548
8#3A4345
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD6 #ACD6DD | BordersInactive statesPlaceholder text |
| 400 | 80C0 #80C0CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CAE #5CAEBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4191 #41919F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3473 #34737F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2552 #25525B | 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: #E6F2F5;
--charcoal-200: #D0E8EC;
--charcoal-300: #ACD6DD;
--charcoal-400: #80C0CB;
--charcoal-500: #5CAEBC;
--charcoal-600: #41919F;
--charcoal-700: #34737F;
--charcoal-800: #25525B;
--charcoal-900: #18353A;
--charcoal-950: #0F2124;
}