Charcoal
#232F2F
CyanColor Codes
All color formats for development
HEX
#232F2FRGB
rgb(35, 47, 47)HSL
hsl(180, 15%, 16%)OKLCH
oklch(0.294 0.016 196.3)CMYK
cmyk(26%, 0%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2A2A
2#1C2626
3#182121
4#151C1C
5#111717
6#0E1313
7#0A0E0E
8#070909
9#030505
Tints
Lighter variations
1#354848
2#476060
3#597979
4#6C9191
5#84A4A4
6#9CB6B6
7#B5C8C8
8#CEDBDB
9#E6EDED
Tones
Muted variations
1#232E2E
2#242E2E
3#252D2D
4#252C2C
5#262C2C
6#262B2B
7#272B2B
8#282A2A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 98B3 #98B3B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9D #7B9D9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F81 #5F8181 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C67 #4C6767 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3649 #364949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232F #232F2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EAF0F0;
--charcoal-200: #D9E3E3;
--charcoal-300: #BCCDCD;
--charcoal-400: #98B3B3;
--charcoal-500: #7B9D9D;
--charcoal-600: #5F8181;
--charcoal-700: #4C6767;
--charcoal-800: #364949;
--charcoal-900: #232F2F;
--charcoal-950: #161D1D;
}