Charcoal
#1D2C62
BlueColor Codes
All color formats for development
HEX
#1D2C62RGB
rgb(29, 44, 98)HSL
hsl(227, 54%, 25%)OKLCH
oklch(0.314 0.097 268.6)CMYK
cmyk(70%, 55%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2858
2#17234F
3#151F45
4#121B3B
5#0F1631
6#0C1227
7#090D1D
8#060914
9#03040A
Tints
Lighter variations
1#263A80
2#2F479D
3#3854BB
4#4E69CA
5#6C82D3
6#899BDC
7#A7B4E5
8#C4CDED
9#E2E6F6
Tones
Muted variations
1#212E5F
2#24305B
3#283258
4#2B3454
5#2F3651
6#32384E
7#353A4A
8#393C47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD4 #CCD4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B2 #A5B2E4 | BordersInactive statesPlaceholder text |
| 400 | 768A #768AD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E69 #4E69CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 344E #344EAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 293E #293E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2C #1D2C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131C #131C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C12 #0C1227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E8F7;
--charcoal-200: #CCD4F0;
--charcoal-300: #A5B2E4;
--charcoal-400: #768AD6;
--charcoal-500: #4E69CA;
--charcoal-600: #344EAD;
--charcoal-700: #293E89;
--charcoal-800: #1D2C62;
--charcoal-900: #131C3F;
--charcoal-950: #0C1227;
}