Charcoal
#203D60
BlueColor Codes
All color formats for development
HEX
#203D60RGB
rgb(32, 61, 96)HSL
hsl(213, 50%, 25%)OKLCH
oklch(0.356 0.071 254.2)CMYK
cmyk(67%, 36%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3756
2#19304D
3#162A43
4#132439
5#101E30
6#0D1826
7#0A121D
8#060C13
9#03060A
Tints
Lighter variations
1#294F7C
2#336199
3#3D73B6
4#5387C6
5#709BCF
6#8CAFD9
7#A9C3E2
8#C6D7EC
9#E2EBF5
Tones
Muted variations
1#233D5C
2#263D59
3#293E56
4#2D3E53
5#303E50
6#333E4D
7#363F49
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 | CDDC #CDDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C1 #A7C1E2 | BordersInactive statesPlaceholder text |
| 400 | 79A1 #79A1D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5387 #5387C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 386B #386BA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D55 #2D5586 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203D #203D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273D | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E4ECF6;
--charcoal-200: #CDDCEE;
--charcoal-300: #A7C1E2;
--charcoal-400: #79A1D2;
--charcoal-500: #5387C6;
--charcoal-600: #386BA8;
--charcoal-700: #2D5586;
--charcoal-800: #203D60;
--charcoal-900: #14273D;
--charcoal-950: #0D1826;
}