Charcoal
#102542
BlueColor Codes
All color formats for development
HEX
#102542RGB
rgb(16, 37, 66)HSL
hsl(215, 61%, 16%)OKLCH
oklch(0.264 0.061 256.9)CMYK
cmyk(76%, 44%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E213B
2#0D1D35
3#0B1A2E
4#0A1627
5#081221
6#060F1A
7#050B14
8#03070D
9#020407
Tints
Lighter variations
1#183864
2#214B87
3#295EA9
4#3172CC
5#5389D5
6#75A1DE
7#98B8E6
8#BAD0EE
9#DDE7F7
Tones
Muted variations
1#12253F
2#15253D
3#17263A
4#1A2638
5#1C2735
6#1F2733
7#212830
8#24282E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BE #A1BEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9D #6F9DDC | Disabled statesSecondary iconsMuted text |
| 500 | 4681 #4681D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C65 #2C65B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2350 #235090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1939 #193967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E2EBF8;
--charcoal-200: #CADAF2;
--charcoal-300: #A1BEE8;
--charcoal-400: #6F9DDC;
--charcoal-500: #4681D2;
--charcoal-600: #2C65B5;
--charcoal-700: #235090;
--charcoal-800: #193967;
--charcoal-900: #102542;
--charcoal-950: #0A1729;
}