Charcoal
#203260
BlueColor Codes
All color formats for development
HEX
#203260RGB
rgb(32, 50, 96)HSL
hsl(223, 50%, 25%)OKLCH
oklch(0.328 0.085 265.8)CMYK
cmyk(67%, 48%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2D56
2#19284D
3#162343
4#131E39
5#101930
6#0D1426
7#0A0F1D
8#060A13
9#03050A
Tints
Lighter variations
1#29417C
2#335099
3#3D5FB6
4#5373C6
5#708BCF
6#8CA2D9
7#A9B9E2
8#C6D0EC
9#E2E8F5
Tones
Muted variations
1#23335C
2#263559
3#293656
4#2D3753
5#303950
6#333A4D
7#363C49
8#393D46
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD7 #CDD7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B8 #A7B8E2 | BordersInactive statesPlaceholder text |
| 400 | 7992 #7992D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5373 #5373C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3858 #3858A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D46 #2D4686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2032 #203260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1420 #14203D | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E4E9F6;
--charcoal-200: #CDD7EE;
--charcoal-300: #A7B8E2;
--charcoal-400: #7992D2;
--charcoal-500: #5373C6;
--charcoal-600: #3858A8;
--charcoal-700: #2D4686;
--charcoal-800: #203260;
--charcoal-900: #14203D;
--charcoal-950: #0D1426;
}