Charcoal
#1F2760
BlueColor Codes
All color formats for development
HEX
#1F2760RGB
rgb(31, 39, 96)HSL
hsl(233, 51%, 25%)OKLCH
oklch(0.302 0.101 272.8)CMYK
cmyk(68%, 59%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2357
2#191F4D
3#161B43
4#13173A
5#101330
6#0C1027
7#090C1D
8#060813
9#03040A
Tints
Lighter variations
1#29327D
2#323E9A
3#3B4AB7
4#525FC7
5#6F7AD0
6#8B95DA
7#A8AFE3
8#C5CAEC
9#E2E4F6
Tones
Muted variations
1#22295D
2#262C5A
3#292E57
4#2C3153
5#2F3350
6#33364D
7#36384A
8#393B46
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD1 #CDD1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AD #A6ADE2 | BordersInactive statesPlaceholder text |
| 400 | 7883 #7883D3 | Disabled statesSecondary iconsMuted text |
| 500 | 525F #525FC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3744 #3744A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C36 #2C3687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F27 #1F2760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1419 #14193E | 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: #E4E6F6;
--charcoal-200: #CDD1EF;
--charcoal-300: #A6ADE2;
--charcoal-400: #7883D3;
--charcoal-500: #525FC7;
--charcoal-600: #3744A9;
--charcoal-700: #2C3687;
--charcoal-800: #1F2760;
--charcoal-900: #14193E;
--charcoal-950: #0C1027;
}