Charcoal
#245B5B
CyanColor Codes
All color formats for development
HEX
#245B5BRGB
rgb(36, 91, 91)HSL
hsl(180, 43%, 25%)OKLCH
oklch(0.435 0.057 195.2)CMYK
cmyk(60%, 0%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#215252
2#1D4949
3#194040
4#163737
5#122E2E
6#0F2424
7#0B1B1B
8#071212
9#040909
Tints
Lighter variations
1#2F7777
2#3A9292
3#45ADAD
4#5BBEBE
5#76C8C8
6#92D3D3
7#ADDEDE
8#C8E9E9
9#E4F4F4
Tones
Muted variations
1#275858
2#2A5656
3#2D5353
4#2F5050
5#324D4D
6#354B4B
7#384848
8#3A4545
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EC #D0ECEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDE #ABDEDE | BordersInactive statesPlaceholder text |
| 400 | 7FCC #7FCCCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BBE #5BBEBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 40A0 #40A0A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3380 #338080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 245B #245B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 173A #173A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FBFB;
--charcoal-100: #E5F5F5;
--charcoal-200: #D0ECEC;
--charcoal-300: #ABDEDE;
--charcoal-400: #7FCCCC;
--charcoal-500: #5BBEBE;
--charcoal-600: #40A0A0;
--charcoal-700: #338080;
--charcoal-800: #245B5B;
--charcoal-900: #173A3A;
--charcoal-950: #0F2424;
}