Charcoal
#122D40
BlueColor Codes
All color formats for development
HEX
#122D40RGB
rgb(18, 45, 64)HSL
hsl(205, 56%, 16%)OKLCH
oklch(0.286 0.048 241.8)CMYK
cmyk(72%, 30%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#102839
2#0E2433
3#0D1F2D
4#0B1B26
5#091620
6#071219
7#050D13
8#04090D
9#020406
Tints
Lighter variations
1#1B4461
2#255B82
3#2E73A4
4#388AC5
5#589ED0
6#79B1D9
7#9BC5E3
8#BCD8EC
9#DEECF6
Tones
Muted variations
1#142C3D
2#172C3B
3#192B39
4#1B2B37
5#1D2B34
6#202A32
7#222A30
8#242A2D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE1 #CBE1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CA #A4CAE5 | BordersInactive statesPlaceholder text |
| 400 | 74AE #74AED8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C97 #4C97CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 317B #317BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2762 #27628B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C46 #1C4663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122D #122D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3EFF7;
--charcoal-200: #CBE1F0;
--charcoal-300: #A4CAE5;
--charcoal-400: #74AED8;
--charcoal-500: #4C97CD;
--charcoal-600: #317BAF;
--charcoal-700: #27628B;
--charcoal-800: #1C4663;
--charcoal-900: #122D40;
--charcoal-950: #0B1C28;
}