Charcoal
#203060
BlueColor Codes
All color formats for development
HEX
#203060RGB
rgb(32, 48, 96)HSL
hsl(225, 50%, 25%)OKLCH
oklch(0.323 0.088 267.5)CMYK
cmyk(67%, 50%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2B56
2#19264D
3#162143
4#131D39
5#101830
6#0D1326
7#0A0E1D
8#060A13
9#03050A
Tints
Lighter variations
1#293E7C
2#334C99
3#3D5BB6
4#5370C6
5#7087CF
6#8C9FD9
7#A9B7E2
8#C6CFEC
9#E2E7F5
Tones
Muted variations
1#23315C
2#263359
3#293556
4#2D3653
5#303850
6#33394D
7#363B49
8#393D46
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD6 #CDD6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B6 #A7B6E2 | BordersInactive statesPlaceholder text |
| 400 | 798F #798FD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5370 #5370C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3854 #3854A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D43 #2D4386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2030 #203060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141F #141F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E4E9F6;
--charcoal-200: #CDD6EE;
--charcoal-300: #A7B6E2;
--charcoal-400: #798FD2;
--charcoal-500: #5370C6;
--charcoal-600: #3854A8;
--charcoal-700: #2D4386;
--charcoal-800: #203060;
--charcoal-900: #141F3D;
--charcoal-950: #0D1326;
}