Charcoal
#203B60
BlueColor Codes
All color formats for development
HEX
#203B60RGB
rgb(32, 59, 96)HSL
hsl(215, 50%, 25%)OKLCH
oklch(0.35 0.073 256.7)CMYK
cmyk(67%, 39%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3556
2#192F4D
3#162943
4#132339
5#101D30
6#0D1726
7#0A121D
8#060C13
9#03060A
Tints
Lighter variations
1#294C7C
2#335D99
3#3D6FB6
4#5383C6
5#7097CF
6#8CACD9
7#A9C1E2
8#C6D6EC
9#E2EAF5
Tones
Muted variations
1#233B5C
2#263B59
3#293C56
4#2D3D53
5#303D50
6#333E4D
7#363E49
8#393F46
9#3D3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDB #CDDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BF #A7BFE2 | BordersInactive statesPlaceholder text |
| 400 | 799E #799ED2 | Disabled statesSecondary iconsMuted text |
| 500 | 5383 #5383C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3867 #3867A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D52 #2D5286 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203A #203A60 | 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: #E4ECF6;
--charcoal-200: #CDDBEE;
--charcoal-300: #A7BFE2;
--charcoal-400: #799ED2;
--charcoal-500: #5383C6;
--charcoal-600: #3867A8;
--charcoal-700: #2D5286;
--charcoal-800: #203A60;
--charcoal-900: #14253D;
--charcoal-950: #0D1726;
}