Charcoal
#1D2E63
BlueColor Codes
All color formats for development
HEX
#1D2E63RGB
rgb(29, 46, 99)HSL
hsl(225, 55%, 25%)OKLCH
oklch(0.319 0.096 267.4)CMYK
cmyk(71%, 54%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2A59
2#17254F
3#142045
4#111C3B
5#0E1731
6#0B1228
7#090E1E
8#060914
9#03050A
Tints
Lighter variations
1#253C80
2#2E4A9E
3#3758BC
4#4D6DCB
5#6B85D4
6#889DDD
7#A6B6E5
8#C4CEEE
9#E1E7F6
Tones
Muted variations
1#20305F
2#24325C
3#273358
4#2B3555
5#2E3751
6#32394E
7#353A4A
8#393C47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E8 #E3E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD5 #CCD5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B4 #A4B4E5 | BordersInactive statesPlaceholder text |
| 400 | 758D #758DD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D6D #4D6DCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3251 #3251AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2841 #28418A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2E #1D2E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121E #121E3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B12 #0B1228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E8F7;
--charcoal-200: #CCD5F0;
--charcoal-300: #A4B4E5;
--charcoal-400: #758DD7;
--charcoal-500: #4D6DCB;
--charcoal-600: #3251AE;
--charcoal-700: #28418A;
--charcoal-800: #1D2E63;
--charcoal-900: #121E3F;
--charcoal-950: #0B1228;
}