Charcoal
#1D2A63
BlueColor Codes
All color formats for development
HEX
#1D2A63RGB
rgb(29, 42, 99)HSL
hsl(229, 55%, 25%)OKLCH
oklch(0.31 0.102 269.8)CMYK
cmyk(71%, 58%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2559
2#17214F
3#141D45
4#11193B
5#0E1531
6#0B1128
7#090C1E
8#060814
9#03040A
Tints
Lighter variations
1#253680
2#2E429E
3#374FBC
4#4D64CB
5#6B7ED4
6#8898DD
7#A6B2E5
8#C4CBEE
9#E1E5F6
Tones
Muted variations
1#202C5F
2#242E5C
3#273058
4#2B3255
5#2E3551
6#32374E
7#35394A
8#393B47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD2 #CCD2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B0 #A4B0E5 | BordersInactive statesPlaceholder text |
| 400 | 7587 #7587D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D64 #4D64CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3249 #3249AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 283A #283A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2A #1D2A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121B #121B3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B11 #0B1128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E7F7;
--charcoal-200: #CCD2F0;
--charcoal-300: #A4B0E5;
--charcoal-400: #7587D7;
--charcoal-500: #4D64CB;
--charcoal-600: #3249AE;
--charcoal-700: #283A8A;
--charcoal-800: #1D2A63;
--charcoal-900: #121B3F;
--charcoal-950: #0B1128;
}