Charcoal
#204A60
BlueColor Codes
All color formats for development
HEX
#204A60RGB
rgb(32, 74, 96)HSL
hsl(201, 50%, 25%)OKLCH
oklch(0.39 0.06 234.1)CMYK
cmyk(67%, 23%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D4256
2#193B4D
3#163343
4#132C39
5#102530
6#0D1D26
7#0A161D
8#060F13
9#03070A
Tints
Lighter variations
1#295F7C
2#337599
3#3D8BB6
4#539DC6
5#70AECF
6#8CBED9
7#A9CEE2
8#C6DEEC
9#E2EFF5
Tones
Muted variations
1#23485C
2#264759
3#294656
4#2D4553
5#304550
6#33444D
7#364349
8#394246
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE3 #CDE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7CD #A7CDE2 | BordersInactive statesPlaceholder text |
| 400 | 79B3 #79B3D2 | Disabled statesSecondary iconsMuted text |
| 500 | 539D #539DC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3881 #3881A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D67 #2D6786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2049 #204960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142F #142F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1D #0D1D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E4F0F6;
--charcoal-200: #CDE3EE;
--charcoal-300: #A7CDE2;
--charcoal-400: #79B3D2;
--charcoal-500: #539DC6;
--charcoal-600: #3881A8;
--charcoal-700: #2D6786;
--charcoal-800: #204960;
--charcoal-900: #142F3D;
--charcoal-950: #0D1D26;
}