Charcoal
#0E2544
BlueColor Codes
All color formats for development
HEX
#0E2544RGB
rgb(14, 37, 68)HSL
hsl(214, 66%, 16%)OKLCH
oklch(0.265 0.065 256.7)CMYK
cmyk(79%, 46%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C213D
2#0B1E36
3#0A1A2F
4#081629
5#071322
6#060F1B
7#040B14
8#03070E
9#010407
Tints
Lighter variations
1#153967
2#1C4C8B
3#2460AE
4#2B73D2
5#4D8ADB
6#71A2E2
7#94B9E9
8#B8D0F0
9#DBE8F8
Tones
Muted variations
1#112641
2#13263E
3#16263C
4#192739
5#1B2736
6#1E2734
7#212831
8#23282E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DB #C8DBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBF #9EBFEB | BordersInactive statesPlaceholder text |
| 400 | 6B9E #6B9EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4182 #4182D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2666 #2666BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E51 #1E5194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163A #163A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E25 #0E2544 | Primary textHigh emphasis contentDark headings |
| 950 | 0917 #09172A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FC;
--charcoal-100: #E1ECF9;
--charcoal-200: #C8DBF4;
--charcoal-300: #9EBFEB;
--charcoal-400: #6B9EE1;
--charcoal-500: #4182D8;
--charcoal-600: #2666BA;
--charcoal-700: #1E5194;
--charcoal-800: #163A6A;
--charcoal-900: #0E2544;
--charcoal-950: #09172A;
}