Charcoal
#0E1C43
BlueColor Codes
All color formats for development
HEX
#0E1C43RGB
rgb(14, 28, 67)HSL
hsl(224, 65%, 16%)OKLCH
oklch(0.24 0.076 266)CMYK
cmyk(79%, 58%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1A3D
2#0B1736
3#0A142F
4#091128
5#070E22
6#060B1B
7#040914
8#03060D
9#010307
Tints
Lighter variations
1#162B67
2#1D3A8A
3#2549AD
4#2C58D1
5#4E73DA
6#728FE1
7#95ABE9
8#B8C7F0
9#DCE3F8
Tones
Muted variations
1#111E41
2#141F3E
3#16203B
4#192139
5#1C2336
6#1E2433
7#212531
8#23262E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D4 #C8D4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB3 #9EB3EA | BordersInactive statesPlaceholder text |
| 400 | 6C8B #6C8BE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4269 #4269D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 274E #274EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F3E #1F3E93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162C #162C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1C #0E1C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0912 #09122A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FC;
--charcoal-100: #E2E8F9;
--charcoal-200: #C8D4F3;
--charcoal-300: #9EB3EA;
--charcoal-400: #6C8BE0;
--charcoal-500: #4269D7;
--charcoal-600: #274EB9;
--charcoal-700: #1F3E93;
--charcoal-800: #162C69;
--charcoal-900: #0E1C43;
--charcoal-950: #09122A;
}