Charcoal
#1D1E35
BlueColor Codes
All color formats for development
HEX
#1D1E35RGB
rgb(29, 30, 53)HSL
hsl(238, 29%, 16%)OKLCH
oklch(0.246 0.043 280.8)CMYK
cmyk(45%, 43%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1B2F
2#17182A
3#141525
4#111220
5#0E0F1A
6#0C0C15
7#090910
8#06060B
9#030305
Tints
Lighter variations
1#2C2D50
2#3B3D6C
3#4B4D88
4#5A5CA3
5#7577B3
6#9092C2
7#ACADD1
8#C8C9E1
9#E3E4F0
Tones
Muted variations
1#1E1F33
2#1F2032
3#212131
4#222230
5#23232F
6#24242E
7#25252C
8#26272B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D5 #D4D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B4 #B3B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8E #8C8EC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6D #6B6DAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5052 #505291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F41 #3F4173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D2E #2D2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1E #1D1E35 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E8E8F2;
--charcoal-200: #D4D5E7;
--charcoal-300: #B3B4D5;
--charcoal-400: #8C8EC0;
--charcoal-500: #6B6DAE;
--charcoal-600: #505291;
--charcoal-700: #3F4173;
--charcoal-800: #2D2E52;
--charcoal-900: #1D1E35;
--charcoal-950: #121321;
}