Charcoal
#122C40
BlueColor Codes
All color formats for development
HEX
#122C40RGB
rgb(18, 44, 64)HSL
hsl(206, 56%, 16%)OKLCH
oklch(0.283 0.049 244)CMYK
cmyk(72%, 31%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#102739
2#0E2333
3#0D1F2D
4#0B1A26
5#091620
6#071219
7#050D13
8#04090D
9#020406
Tints
Lighter variations
1#1B4361
2#255A82
3#2E71A4
4#3888C5
5#589CD0
6#79B0D9
7#9BC4E3
8#BCD7EC
9#DEEBF6
Tones
Muted variations
1#142C3D
2#172B3B
3#192B39
4#1B2B37
5#1D2A34
6#202A32
7#222A30
8#24292D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C9 #A4C9E5 | BordersInactive statesPlaceholder text |
| 400 | 74AC #74ACD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C95 #4C95CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3179 #3179AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2760 #27608B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C45 #1C4563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122C #122C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3EEF7;
--charcoal-200: #CBE0F0;
--charcoal-300: #A4C9E5;
--charcoal-400: #74ACD8;
--charcoal-500: #4C95CD;
--charcoal-600: #3179AF;
--charcoal-700: #27608B;
--charcoal-800: #1C4563;
--charcoal-900: #122C40;
--charcoal-950: #0B1B28;
}