Charcoal
#11336E
BlueColor Codes
All color formats for development
HEX
#11336ERGB
rgb(17, 51, 110)HSL
hsl(218, 73%, 25%)OKLCH
oklch(0.335 0.11 260.6)CMYK
cmyk(85%, 54%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2E63
2#0E2958
3#0C244D
4#0A1F42
5#091A37
6#07152C
7#050F21
8#030A16
9#02050B
Tints
Lighter variations
1#16438F
2#1C52B0
3#2162D2
4#3876E0
5#5A8DE5
6#7BA4EA
7#9CBAF0
8#BDD1F5
9#DEE8FA
Tones
Muted variations
1#16356A
2#1B3665
3#1F3760
4#24385C
5#283A57
6#2D3B52
7#323C4E
8#363D49
9#3B3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EA #E0EAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D7 #C6D7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB9 #9AB9EF | BordersInactive statesPlaceholder text |
| 400 | 6594 #6594E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3876 #3876E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E5A #1E5AC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1848 #18489A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1133 #11336E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B21 #0B2147 | Primary textHigh emphasis contentDark headings |
| 950 | 0715 #07152C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E0EAFA;
--charcoal-200: #C6D7F6;
--charcoal-300: #9AB9EF;
--charcoal-400: #6594E7;
--charcoal-500: #3876E0;
--charcoal-600: #1E5AC2;
--charcoal-700: #18489A;
--charcoal-800: #11336E;
--charcoal-900: #0B2147;
--charcoal-950: #07152C;
}