Charcoal
#1A3E66
BlueColor Codes
All color formats for development
HEX
#1A3E66RGB
rgb(26, 62, 102)HSL
hsl(212, 59%, 25%)OKLCH
oklch(0.359 0.081 253)CMYK
cmyk(75%, 39%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18375B
2#153151
3#122B47
4#10253D
5#0D1F33
6#0A1829
7#08121E
8#050C14
9#03060A
Tints
Lighter variations
1#225084
2#2A62A2
3#3274C1
4#4988D0
5#679CD8
6#85AFE0
7#A4C3E7
8#C2D7EF
9#E1EBF7
Tones
Muted variations
1#1E3D62
2#223E5E
3#253E5A
4#293E56
5#2D3E53
6#313F4F
7#343F4B
8#383F47
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C2 #A2C2E7 | BordersInactive statesPlaceholder text |
| 400 | 71A2 #71A2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4988 #4988D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E6C #2E6CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2556 #25568E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3D #1A3D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1127 #112741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E3ECF8;
--charcoal-200: #CADDF1;
--charcoal-300: #A2C2E7;
--charcoal-400: #71A2DA;
--charcoal-500: #4988D0;
--charcoal-600: #2E6CB2;
--charcoal-700: #25568E;
--charcoal-800: #1A3D65;
--charcoal-900: #112741;
--charcoal-950: #0A1829;
}