Charcoal
#1F2560
BlueColor Codes
All color formats for development
HEX
#1F2560RGB
rgb(31, 37, 96)HSL
hsl(234, 51%, 25%)OKLCH
oklch(0.298 0.104 273.9)CMYK
cmyk(68%, 61%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2257
2#191E4D
3#161A43
4#13173A
5#101330
6#0C0F27
7#090B1D
8#060813
9#03040A
Tints
Lighter variations
1#29317D
2#323C9A
3#3B48B7
4#525DC7
5#6F78D0
6#8B93DA
7#A8AEE3
8#C5C9EC
9#E2E4F6
Tones
Muted variations
1#22285D
2#262B5A
3#292E57
4#2C3053
5#2F3350
6#33354D
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 | CDD0 #CDD0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AC #A6ACE2 | BordersInactive statesPlaceholder text |
| 400 | 7881 #7881D3 | Disabled statesSecondary iconsMuted text |
| 500 | 525D #525DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3742 #3742A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C35 #2C3587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F26 #1F2660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1418 #14183E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E6F6;
--charcoal-200: #CDD0EF;
--charcoal-300: #A6ACE2;
--charcoal-400: #7881D3;
--charcoal-500: #525DC7;
--charcoal-600: #3742A9;
--charcoal-700: #2C3587;
--charcoal-800: #1F2660;
--charcoal-900: #14183E;
--charcoal-950: #0C0F27;
}