Charcoal
#121D40
BlueColor Codes
All color formats for development
HEX
#121D40RGB
rgb(18, 29, 64)HSL
hsl(226, 56%, 16%)OKLCH
oklch(0.243 0.068 267.9)CMYK
cmyk(72%, 55%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101A39
2#0E1733
3#0D142D
4#0B1126
5#090E20
6#070B19
7#050913
8#04060D
9#020306
Tints
Lighter variations
1#1B2C61
2#253B82
3#2E4AA4
4#3859C5
5#5874D0
6#7990D9
7#9BACE3
8#BCC7EC
9#DEE3F6
Tones
Muted variations
1#141E3D
2#171F3B
3#192039
4#1B2137
5#1D2334
6#202432
7#222530
8#24262D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E8 #E3E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD4 #CBD4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B3 #A4B3E5 | BordersInactive statesPlaceholder text |
| 400 | 748B #748BD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C6A #4C6ACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 314F #314FAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 273F #273F8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C2D #1C2D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121D #121D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B12 #0B1228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E8F7;
--charcoal-200: #CBD4F0;
--charcoal-300: #A4B3E5;
--charcoal-400: #748BD8;
--charcoal-500: #4C6ACD;
--charcoal-600: #314FAF;
--charcoal-700: #273F8B;
--charcoal-800: #1C2D63;
--charcoal-900: #121D40;
--charcoal-950: #0B1228;
}