Charcoal
#1D2862
BlueColor Codes
All color formats for development
HEX
#1D2862RGB
rgb(29, 40, 98)HSL
hsl(230, 54%, 25%)OKLCH
oklch(0.305 0.103 270.9)CMYK
cmyk(70%, 59%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2558
2#17214F
3#151D45
4#12183B
5#0F1431
6#0C1027
7#090C1D
8#060814
9#03040A
Tints
Lighter variations
1#263580
2#2F419D
3#384EBB
4#4E63CA
5#6C7DD3
6#8997DC
7#A7B1E5
8#C4CBED
9#E2E5F6
Tones
Muted variations
1#212B5F
2#242D5B
3#283058
4#2B3254
5#2F3451
6#32374E
7#35394A
8#393B47
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD2 #CCD2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AF #A5AFE4 | BordersInactive statesPlaceholder text |
| 400 | 7686 #7686D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E63 #4E63CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3448 #3448AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2939 #293989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D29 #1D2962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131A #131A3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E7F7;
--charcoal-200: #CCD2F0;
--charcoal-300: #A5AFE4;
--charcoal-400: #7686D6;
--charcoal-500: #4E63CA;
--charcoal-600: #3448AD;
--charcoal-700: #293989;
--charcoal-800: #1D2962;
--charcoal-900: #131A3F;
--charcoal-950: #0C1027;
}