Charcoal
#25525B
CyanColor Codes
All color formats for development
HEX
#25525BRGB
rgb(37, 82, 91)HSL
hsl(190, 42%, 25%)OKLCH
oklch(0.411 0.051 212.4)CMYK
cmyk(59%, 10%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214951
2#1E4148
3#1A393F
4#163136
5#12292D
6#0F2124
7#0B181B
8#071012
9#040809
Tints
Lighter variations
1#306A76
2#3B8391
3#469BAC
4#5CACBC
5#77BAC8
6#92C8D3
7#AED6DE
8#C9E3E9
9#E4F1F4
Tones
Muted variations
1#285058
2#2A4E55
3#2D4C52
4#304A50
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 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD5 #ACD5DD | BordersInactive statesPlaceholder text |
| 400 | 80BF #80BFCB | Disabled statesSecondary iconsMuted text |
| 500 | 5CAC #5CACBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4190 #41909F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3472 #34727F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2552 #25525B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1834 #18343A | 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: #F4F9FB;
--charcoal-100: #E6F2F5;
--charcoal-200: #D0E7EC;
--charcoal-300: #ACD5DD;
--charcoal-400: #80BFCB;
--charcoal-500: #5CACBC;
--charcoal-600: #41909F;
--charcoal-700: #34727F;
--charcoal-800: #25525B;
--charcoal-900: #18343A;
--charcoal-950: #0F2124;
}