Charcoal
#101942
BlueColor Codes
All color formats for development
HEX
#101942RGB
rgb(16, 25, 66)HSL
hsl(229, 61%, 16%)OKLCH
oklch(0.233 0.078 269.9)CMYK
cmyk(76%, 62%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E173B
2#0D1435
3#0B122E
4#0A0F27
5#080D21
6#060A1A
7#050814
8#03050D
9#020307
Tints
Lighter variations
1#182664
2#213387
3#2940A9
4#314ECC
5#536BD5
6#7588DE
7#98A6E6
8#BAC4EE
9#DDE1F7
Tones
Muted variations
1#121B3F
2#151C3D
3#171E3A
4#1A1F38
5#1C2135
6#1F2233
7#212430
8#24262E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AE #A1AEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F83 #6F83DC | Disabled statesSecondary iconsMuted text |
| 500 | 4660 #4660D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C45 #2C45B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2337 #233790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1927 #192767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1019 #101942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E2E6F8;
--charcoal-200: #CAD1F2;
--charcoal-300: #A1AEE8;
--charcoal-400: #6F83DC;
--charcoal-500: #4660D2;
--charcoal-600: #2C45B5;
--charcoal-700: #233790;
--charcoal-800: #192767;
--charcoal-900: #101942;
--charcoal-950: #0A1029;
}