Charcoal
#0C1E46
BlueColor Codes
All color formats for development
HEX
#0C1E46RGB
rgb(12, 30, 70)HSL
hsl(221, 71%, 16%)OKLCH
oklch(0.247 0.079 263.5)CMYK
cmyk(83%, 57%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1B3F
2#091838
3#081531
4#07122A
5#060F23
6#050C1C
7#040915
8#02060E
9#010307
Tints
Lighter variations
1#122E6A
2#183E8F
3#1E4EB4
4#255ED8
5#4878E0
6#6C93E6
7#91AEEC
8#B6C9F3
9#DAE4F9
Tones
Muted variations
1#0F1F43
2#122040
3#15213D
4#17223A
5#1A2337
6#1D2534
7#202631
8#23272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D5 #C6D5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB5 #9BB5EE | BordersInactive statesPlaceholder text |
| 400 | 668F #668FE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B6E #3B6EDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2153 #2153C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A42 #1A4299 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 122F #122F6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1E #0C1E46 | Primary textHigh emphasis contentDark headings |
| 950 | 0713 #07132C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E0E9FA;
--charcoal-200: #C6D5F5;
--charcoal-300: #9BB5EE;
--charcoal-400: #668FE5;
--charcoal-500: #3B6EDE;
--charcoal-600: #2153C0;
--charcoal-700: #1A4299;
--charcoal-800: #122F6D;
--charcoal-900: #0C1E46;
--charcoal-950: #07132C;
}