Charcoal
#1D3062
BlueColor Codes
All color formats for development
HEX
#1D3062RGB
rgb(29, 48, 98)HSL
hsl(223, 54%, 25%)OKLCH
oklch(0.323 0.092 265.8)CMYK
cmyk(70%, 51%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2C58
2#17274F
3#152245
4#121D3B
5#0F1831
6#0C1427
7#090F1D
8#060A14
9#03050A
Tints
Lighter variations
1#263F80
2#2F4E9D
3#385DBB
4#4E71CA
5#6C89D3
6#89A1DC
7#A7B8E5
8#C4D0ED
9#E2E7F6
Tones
Muted variations
1#21325F
2#24345B
3#283558
4#2B3754
5#2F3851
6#323A4E
7#353B4A
8#393D47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD6 #CCD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B7 #A5B7E4 | BordersInactive statesPlaceholder text |
| 400 | 7691 #7691D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E71 #4E71CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3456 #3456AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2944 #294489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D31 #1D3162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4E9F7;
--charcoal-200: #CCD6F0;
--charcoal-300: #A5B7E4;
--charcoal-400: #7691D6;
--charcoal-500: #4E71CA;
--charcoal-600: #3456AD;
--charcoal-700: #294489;
--charcoal-800: #1D3162;
--charcoal-900: #131F3F;
--charcoal-950: #0C1427;
}