Charcoal
#1E2F62
BlueColor Codes
All color formats for development
HEX
#1E2F62RGB
rgb(30, 47, 98)HSL
hsl(225, 53%, 25%)OKLCH
oklch(0.321 0.093 267.2)CMYK
cmyk(69%, 52%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2A58
2#18254E
3#152144
4#121C3B
5#0F1731
6#0C1327
7#090E1D
8#060914
9#03050A
Tints
Lighter variations
1#273D7F
2#304B9C
3#3959B9
4#4F6EC9
5#6D86D2
6#8A9EDB
7#A7B6E4
8#C4CFED
9#E2E7F6
Tones
Muted variations
1#21315E
2#25325B
3#283457
4#2B3654
5#2F3751
6#32394D
7#363B4A
8#393C47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD5 #CCD5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B5 #A5B5E3 | BordersInactive statesPlaceholder text |
| 400 | 768E #768ED5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F6E #4F6EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3552 #3552AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A42 #2A4289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E2F #1E2F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131E #131E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E8F7;
--charcoal-200: #CCD5EF;
--charcoal-300: #A5B5E3;
--charcoal-400: #768ED5;
--charcoal-500: #4F6EC9;
--charcoal-600: #3552AC;
--charcoal-700: #2A4289;
--charcoal-800: #1E2F62;
--charcoal-900: #131E3E;
--charcoal-950: #0C1327;
}