Charcoal
#203E60
BlueColor Codes
All color formats for development
HEX
#203E60RGB
rgb(32, 62, 96)HSL
hsl(212, 50%, 25%)OKLCH
oklch(0.358 0.07 252.9)CMYK
cmyk(67%, 35%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3756
2#19314D
3#162B43
4#132539
5#101F30
6#0D1926
7#0A121D
8#060C13
9#03060A
Tints
Lighter variations
1#29507C
2#336399
3#3D75B6
4#5388C6
5#709CCF
6#8CB0D9
7#A9C4E2
8#C6D7EC
9#E2EBF5
Tones
Muted variations
1#233E5C
2#263E59
3#293E56
4#2D3E53
5#303F50
6#333F4D
7#363F49
8#393F46
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDD #CDDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C2 #A7C2E2 | BordersInactive statesPlaceholder text |
| 400 | 79A3 #79A3D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5388 #5388C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 386C #386CA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D56 #2D5686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203E #203E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273D | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E4EDF6;
--charcoal-200: #CDDDEE;
--charcoal-300: #A7C2E2;
--charcoal-400: #79A3D2;
--charcoal-500: #5388C6;
--charcoal-600: #386CA8;
--charcoal-700: #2D5686;
--charcoal-800: #203E60;
--charcoal-900: #14273D;
--charcoal-950: #0D1926;
}