Charcoal
#1A2D66
BlueColor Codes
All color formats for development
HEX
#1A2D66RGB
rgb(26, 45, 102)HSL
hsl(225, 59%, 25%)OKLCH
oklch(0.318 0.103 266.6)CMYK
cmyk(75%, 56%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18285B
2#152451
3#121F47
4#101B3D
5#0D1633
6#0A1229
7#080D1E
8#050914
9#03040A
Tints
Lighter variations
1#223A84
2#2A48A2
3#3255C1
4#496AD0
5#6783D8
6#859CE0
7#A4B5E7
8#C2CDEF
9#E1E6F7
Tones
Muted variations
1#1E2F62
2#22315E
3#25335A
4#293456
5#2D3653
6#31384F
7#343A4B
8#383C47
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E8 #E3E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD4 #CAD4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B3 #A2B3E7 | BordersInactive statesPlaceholder text |
| 400 | 718B #718BDA | Disabled statesSecondary iconsMuted text |
| 500 | 496A #496AD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E4F #2E4FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253F #253F8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2D #1A2D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111D #111D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E8F8;
--charcoal-200: #CAD4F1;
--charcoal-300: #A2B3E7;
--charcoal-400: #718BDA;
--charcoal-500: #496AD0;
--charcoal-600: #2E4FB2;
--charcoal-700: #253F8E;
--charcoal-800: #1A2D65;
--charcoal-900: #111D41;
--charcoal-950: #0A1229;
}