Charcoal
#1D1F35
BlueColor Codes
All color formats for development
HEX
#1D1F35RGB
rgb(29, 31, 53)HSL
hsl(235, 29%, 16%)OKLCH
oklch(0.249 0.042 278.9)CMYK
cmyk(45%, 42%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1C2F
2#17192A
3#141625
4#111320
5#0E0F1A
6#0C0C15
7#090910
8#06060B
9#030305
Tints
Lighter variations
1#2C2F50
2#3B3F6C
3#4B5088
4#5A60A3
5#757AB3
6#9095C2
7#ACAFD1
8#C8CAE1
9#E3E4F0
Tones
Muted variations
1#1E2033
2#1F2132
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 | B3B6 #B3B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8C90 #8C90C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B71 #6B71AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5055 #505591 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F44 #3F4473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D30 #2D3052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F35 | 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: #F5F6FA;
--charcoal-100: #E8E9F2;
--charcoal-200: #D4D6E7;
--charcoal-300: #B3B6D5;
--charcoal-400: #8C90C0;
--charcoal-500: #6B71AE;
--charcoal-600: #505591;
--charcoal-700: #3F4473;
--charcoal-800: #2D3052;
--charcoal-900: #1D1F35;
--charcoal-950: #121321;
}