Charcoal
#203F60
BlueColor Codes
All color formats for development
HEX
#203F60RGB
rgb(32, 63, 96)HSL
hsl(211, 50%, 25%)OKLCH
oklch(0.361 0.068 251.6)CMYK
cmyk(67%, 34%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3856
2#19324D
3#162C43
4#132639
5#101F30
6#0D1926
7#0A131D
8#060D13
9#03060A
Tints
Lighter variations
1#29517C
2#336499
3#3D77B6
4#538AC6
5#709ECF
6#8CB1D9
7#A9C5E2
8#C6D8EC
9#E2ECF5
Tones
Muted variations
1#233F5C
2#263F59
3#293F56
4#2D3F53
5#303F50
6#333F4D
7#363F49
8#394046
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 | A7C3 #A7C3E2 | BordersInactive statesPlaceholder text |
| 400 | 79A4 #79A4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 538A #538AC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 386E #386EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D58 #2D5886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203F #203F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1428 #14283D | 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: #A7C3E2;
--charcoal-400: #79A4D2;
--charcoal-500: #538AC6;
--charcoal-600: #386EA8;
--charcoal-700: #2D5886;
--charcoal-800: #203F60;
--charcoal-900: #14283D;
--charcoal-950: #0D1926;
}