Charcoal
#25515B
CyanColor Codes
All color formats for development
HEX
#25515BRGB
rgb(37, 81, 91)HSL
hsl(191, 42%, 25%)OKLCH
oklch(0.408 0.051 214.6)CMYK
cmyk(59%, 11%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214951
2#1E4148
3#1A383F
4#163036
5#12282D
6#0F2024
7#0B181B
8#071012
9#040809
Tints
Lighter variations
1#306976
2#3B8191
3#4699AC
4#5CABBC
5#77B9C8
6#92C7D3
7#AED5DE
8#C9E3E9
9#E4F1F4
Tones
Muted variations
1#284F58
2#2A4D55
3#2D4C52
4#304A50
5#32484D
6#35474A
7#384548
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 | E6F2 #E6F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD4 #ACD4DD | BordersInactive statesPlaceholder text |
| 400 | 80BD #80BDCB | Disabled statesSecondary iconsMuted text |
| 500 | 5CAB #5CABBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 418E #418E9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3471 #34717F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2551 #25515B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1834 #18343A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | 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: #ACD4DD;
--charcoal-400: #80BDCB;
--charcoal-500: #5CABBC;
--charcoal-600: #418E9F;
--charcoal-700: #34717F;
--charcoal-800: #25515B;
--charcoal-900: #18343A;
--charcoal-950: #0F2024;
}