Charcoal
#1F2260
BlueColor Codes
All color formats for development
HEX
#1F2260RGB
rgb(31, 34, 96)HSL
hsl(237, 51%, 25%)OKLCH
oklch(0.292 0.108 275.3)CMYK
cmyk(68%, 65%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C1F57
2#191C4D
3#161843
4#13153A
5#101130
6#0C0E27
7#090A1D
8#060713
9#03030A
Tints
Lighter variations
1#292D7D
2#32379A
3#3B42B7
4#5258C7
5#6F73D0
6#8B8FDA
7#A8ABE3
8#C5C7EC
9#E2E3F6
Tones
Muted variations
1#22255D
2#26285A
3#292B57
4#2C2E53
5#2F3150
6#33344D
7#36374A
8#393A46
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCF #CDCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A9 #A6A9E2 | BordersInactive statesPlaceholder text |
| 400 | 787D #787DD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5258 #5258C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 373D #373DA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C30 #2C3087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F22 #1F2260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1416 #14163E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E5F6;
--charcoal-200: #CDCFEF;
--charcoal-300: #A6A9E2;
--charcoal-400: #787DD3;
--charcoal-500: #5258C7;
--charcoal-600: #373DA9;
--charcoal-700: #2C3087;
--charcoal-800: #1F2260;
--charcoal-900: #14163E;
--charcoal-950: #0C0E27;
}