Charcoal
#0E2643
BlueColor Codes
All color formats for development
HEX
#0E2643RGB
rgb(14, 38, 67)HSL
hsl(213, 65%, 16%)OKLCH
oklch(0.267 0.062 254.7)CMYK
cmyk(79%, 43%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D223D
2#0B1F36
3#0A1B2F
4#091728
5#071322
6#060F1B
7#040B14
8#03080D
9#010407
Tints
Lighter variations
1#163A67
2#1D4E8A
3#2562AD
4#2C76D1
5#4E8DDA
6#72A4E1
7#95BBE9
8#B8D1F0
9#DCE8F8
Tones
Muted variations
1#112641
2#14273E
3#16273B
4#192739
5#1C2736
6#1E2833
7#212831
8#23282E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DC #C8DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC1 #9EC1EA | BordersInactive statesPlaceholder text |
| 400 | 6CA0 #6CA0E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4285 #4285D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2769 #2769B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F53 #1F5393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163C #163C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E26 #0E2643 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FC;
--charcoal-100: #E2ECF9;
--charcoal-200: #C8DCF3;
--charcoal-300: #9EC1EA;
--charcoal-400: #6CA0E0;
--charcoal-500: #4285D7;
--charcoal-600: #2769B9;
--charcoal-700: #1F5393;
--charcoal-800: #163C69;
--charcoal-900: #0E2643;
--charcoal-950: #09182A;
}