Charcoal
#25575B
CyanColor Codes
All color formats for development
HEX
#25575BRGB
rgb(37, 87, 91)HSL
hsl(184, 42%, 25%)OKLCH
oklch(0.424 0.054 202.4)CMYK
cmyk(59%, 4%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214E51
2#1E4648
3#1A3D3F
4#163436
5#122B2D
6#0F2324
7#0B1A1B
8#071112
9#040909
Tints
Lighter variations
1#307176
2#3B8B91
3#46A5AC
4#5CB6BC
5#77C2C8
6#92CED3
7#AEDBDE
8#C9E7E9
9#E4F3F4
Tones
Muted variations
1#285558
2#2A5255
3#2D5052
4#304E50
5#324B4D
6#35494A
7#384748
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 | E6F4 #E6F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EA #D0EAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDA #ACDADD | BordersInactive statesPlaceholder text |
| 400 | 80C6 #80C6CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB6 #5CB6BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4199 #41999F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 347A #347A7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2557 #25575B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1838 #18383A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E6F4F5;
--charcoal-200: #D0EAEC;
--charcoal-300: #ACDADD;
--charcoal-400: #80C6CB;
--charcoal-500: #5CB6BC;
--charcoal-600: #41999F;
--charcoal-700: #347A7F;
--charcoal-800: #25575B;
--charcoal-900: #18383A;
--charcoal-950: #0F2324;
}