Charcoal
#1E2662
BlueColor Codes
All color formats for development
HEX
#1E2662RGB
rgb(30, 38, 98)HSL
hsl(233, 53%, 25%)OKLCH
oklch(0.301 0.106 272.6)CMYK
cmyk(69%, 61%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2258
2#181E4E
3#151A44
4#12173B
5#0F1331
6#0C0F27
7#090B1D
8#060814
9#03040A
Tints
Lighter variations
1#27317F
2#303D9C
3#3948B9
4#4F5EC9
5#6D79D2
6#8A93DB
7#A7AEE4
8#C4C9ED
9#E2E4F6
Tones
Muted variations
1#21285E
2#252B5B
3#282E57
4#2B3054
5#2F3351
6#32354D
7#36384A
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 | CCD0 #CCD0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AD #A5ADE3 | BordersInactive statesPlaceholder text |
| 400 | 7681 #7681D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F5E #4F5EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3543 #3543AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A35 #2A3589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E26 #1E2662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1318 #13183E | 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: #E4E6F7;
--charcoal-200: #CCD0EF;
--charcoal-300: #A5ADE3;
--charcoal-400: #7681D5;
--charcoal-500: #4F5EC9;
--charcoal-600: #3543AC;
--charcoal-700: #2A3589;
--charcoal-800: #1E2662;
--charcoal-900: #13183E;
--charcoal-950: #0C0F27;
}