Charcoal
#1D2762
BlueColor Codes
All color formats for development
HEX
#1D2762RGB
rgb(29, 39, 98)HSL
hsl(231, 54%, 25%)OKLCH
oklch(0.303 0.105 271.4)CMYK
cmyk(70%, 60%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2458
2#17204F
3#151C45
4#12183B
5#0F1431
6#0C1027
7#090C1D
8#060814
9#03040A
Tints
Lighter variations
1#263480
2#2F3F9D
3#384BBB
4#4E61CA
5#6C7BD3
6#8996DC
7#A7B0E5
8#C4CAED
9#E2E5F6
Tones
Muted variations
1#212A5F
2#242C5B
3#282F58
4#2B3154
5#2F3451
6#32364E
7#35394A
8#393B47
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD1 #CCD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AE #A5AEE4 | BordersInactive statesPlaceholder text |
| 400 | 7684 #7684D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E61 #4E61CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3446 #3446AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2938 #293889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D28 #1D2862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1319 #13193F | 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: #F3F4FB;
--charcoal-100: #E4E6F7;
--charcoal-200: #CCD1F0;
--charcoal-300: #A5AEE4;
--charcoal-400: #7684D6;
--charcoal-500: #4E61CA;
--charcoal-600: #3446AD;
--charcoal-700: #293889;
--charcoal-800: #1D2862;
--charcoal-900: #13193F;
--charcoal-950: #0C1027;
}