Charcoal
#1D2035
BlueColor Codes
All color formats for development
HEX
#1D2035RGB
rgb(29, 32, 53)HSL
hsl(233, 29%, 16%)OKLCH
oklch(0.251 0.04 276.9)CMYK
cmyk(45%, 40%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1D2F
2#17192A
3#141625
4#111320
5#0E101A
6#0C0D15
7#090A10
8#06060B
9#030305
Tints
Lighter variations
1#2C3050
2#3B416C
3#4B5288
4#5A62A3
5#757CB3
6#9096C2
7#ACB0D1
8#C8CBE1
9#E3E5F0
Tones
Muted variations
1#1E2133
2#1F2232
3#212231
4#222330
5#23242F
6#24252E
7#25262C
8#26272B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D6 #D4D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B7 #B3B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8C92 #8C92C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B73 #6B73AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5057 #505791 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F45 #3F4573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D32 #2D3252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2035 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E8E9F2;
--charcoal-200: #D4D6E7;
--charcoal-300: #B3B7D5;
--charcoal-400: #8C92C0;
--charcoal-500: #6B73AE;
--charcoal-600: #505791;
--charcoal-700: #3F4573;
--charcoal-800: #2D3252;
--charcoal-900: #1D2035;
--charcoal-950: #121421;
}