Charcoal
#14213E
BlueColor Codes
All color formats for development
HEX
#14213ERGB
rgb(20, 33, 62)HSL
hsl(221, 51%, 16%)OKLCH
oklch(0.253 0.058 264.4)CMYK
cmyk(68%, 47%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121E37
2#101B31
3#0E172B
4#0C1425
5#0A111F
6#080D19
7#060A12
8#04070C
9#020306
Tints
Lighter variations
1#1E335E
2#29447E
3#33559F
4#3E67BF
5#5D80CB
6#7E99D5
7#9EB3E0
8#BECCEA
9#DFE6F5
Tones
Muted variations
1#16223C
2#182339
3#1A2337
4#1C2435
5#1E2533
6#202631
7#23272F
8#25272D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B9 #A6B9E2 | BordersInactive statesPlaceholder text |
| 400 | 7895 #7895D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5277 #5277C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375B #375BA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C49 #2C4987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F34 #1F3460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1421 #14213E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4EAF6;
--charcoal-200: #CDD8EF;
--charcoal-300: #A6B9E2;
--charcoal-400: #7895D3;
--charcoal-500: #5277C7;
--charcoal-600: #375BA9;
--charcoal-700: #2C4987;
--charcoal-800: #1F3460;
--charcoal-900: #14213E;
--charcoal-950: #0C1527;
}