Charcoal
#1E3B62
BlueColor Codes
All color formats for development
HEX
#1E3B62RGB
rgb(30, 59, 98)HSL
hsl(214, 53%, 25%)OKLCH
oklch(0.351 0.077 256.4)CMYK
cmyk(69%, 40%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B3558
2#182F4E
3#152944
4#12243B
5#0F1E31
6#0C1827
7#09121D
8#060C14
9#03060A
Tints
Lighter variations
1#274D7F
2#305F9C
3#3971B9
4#4F84C9
5#6D99D2
6#8AADDB
7#A7C2E4
8#C4D6ED
9#E2EBF6
Tones
Muted variations
1#213C5E
2#253C5B
3#283D57
4#2B3D54
5#2F3D51
6#323E4D
7#363E4A
8#393F47
9#3C3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDC #CCDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C0 #A5C0E3 | BordersInactive statesPlaceholder text |
| 400 | 769F #769FD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F84 #4F84C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3568 #3568AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A53 #2A5389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3B #1E3B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1326 #13263E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FB;
--charcoal-100: #E4ECF7;
--charcoal-200: #CCDCEF;
--charcoal-300: #A5C0E3;
--charcoal-400: #769FD5;
--charcoal-500: #4F84C9;
--charcoal-600: #3568AC;
--charcoal-700: #2A5389;
--charcoal-800: #1E3B62;
--charcoal-900: #13263E;
--charcoal-950: #0C1827;
}