Charcoal
#102142
BlueColor Codes
All color formats for development
HEX
#102142RGB
rgb(16, 33, 66)HSL
hsl(220, 61%, 16%)OKLCH
oklch(0.253 0.066 262.2)CMYK
cmyk(76%, 50%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1D3B
2#0D1A35
3#0B172E
4#0A1427
5#081021
6#060D1A
7#050A14
8#03070D
9#020307
Tints
Lighter variations
1#183264
2#214387
3#2954A9
4#3165CC
5#537ED5
6#7598DE
7#98B2E6
8#BACBEE
9#DDE5F7
Tones
Muted variations
1#12213F
2#15223D
3#17233A
4#1A2438
5#1C2535
6#1F2533
7#212630
8#24272E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD7 #CAD7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B8 #A1B8E8 | BordersInactive statesPlaceholder text |
| 400 | 6F94 #6F94DC | Disabled statesSecondary iconsMuted text |
| 500 | 4675 #4675D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C59 #2C59B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2347 #234790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1933 #193367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A14 #0A1429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E2EAF8;
--charcoal-200: #CAD7F2;
--charcoal-300: #A1B8E8;
--charcoal-400: #6F94DC;
--charcoal-500: #4675D2;
--charcoal-600: #2C59B5;
--charcoal-700: #234790;
--charcoal-800: #193367;
--charcoal-900: #102142;
--charcoal-950: #0A1429;
}