Charcoal
#203A60
BlueColor Codes
All color formats for development
HEX
#203A60RGB
rgb(32, 58, 96)HSL
hsl(216, 50%, 25%)OKLCH
oklch(0.348 0.074 257.8)CMYK
cmyk(67%, 40%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3456
2#192E4D
3#162843
4#132239
5#101D30
6#0D1726
7#0A111D
8#060B13
9#03060A
Tints
Lighter variations
1#294B7C
2#335C99
3#3D6DB6
4#5381C6
5#7096CF
6#8CABD9
7#A9C0E2
8#C6D5EC
9#E2EAF5
Tones
Muted variations
1#233A5C
2#263B59
3#293B56
4#2D3C53
5#303D50
6#333D4D
7#363E49
8#393E46
9#3D3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDB #CDDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BE #A7BEE2 | BordersInactive statesPlaceholder text |
| 400 | 799D #799DD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5381 #5381C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3865 #3865A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D50 #2D5086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2039 #203960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1425 #14253D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E4EBF6;
--charcoal-200: #CDDBEE;
--charcoal-300: #A7BEE2;
--charcoal-400: #799DD2;
--charcoal-500: #5381C6;
--charcoal-600: #3865A8;
--charcoal-700: #2D5086;
--charcoal-800: #203960;
--charcoal-900: #14253D;
--charcoal-950: #0D1726;
}