Charcoal
#1D2E34
BlueColor Codes
All color formats for development
HEX
#1D2E34RGB
rgb(29, 46, 52)HSL
hsl(196, 28%, 16%)OKLCH
oklch(0.289 0.025 222)CMYK
cmyk(44%, 12%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2A2F
2#18252A
3#152025
4#121C1F
5#0F171A
6#0C1215
7#090E10
8#06090A
9#030505
Tints
Lighter variations
1#2D4650
2#3C5F6B
3#4C7786
4#5B8FA2
5#76A2B2
6#91B5C1
7#ADC7D1
8#C8DAE0
9#E4ECF0
Tones
Muted variations
1#1F2E33
2#202D32
3#212D31
4#222C30
5#232B2F
6#242B2D
7#252A2C
8#272A2B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CC #B4CCD5 | BordersInactive statesPlaceholder text |
| 400 | 8DB1 #8DB1BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C9B #6C9BAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 517F #517F90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4065 #406572 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E48 #2E4852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2E #1D2E34 | Primary textHigh emphasis contentDark headings |
| 950 | 121D #121D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EFF2;
--charcoal-200: #D5E2E7;
--charcoal-300: #B4CCD5;
--charcoal-400: #8DB1BF;
--charcoal-500: #6C9BAC;
--charcoal-600: #517F90;
--charcoal-700: #406572;
--charcoal-800: #2E4852;
--charcoal-900: #1D2E34;
--charcoal-950: #121D21;
}