Charcoal
#204E60
BlueColor Codes
All color formats for development
HEX
#204E60RGB
rgb(32, 78, 96)HSL
hsl(197, 50%, 25%)OKLCH
oklch(0.4 0.058 226.7)CMYK
cmyk(67%, 19%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D4656
2#193E4D
3#163643
4#132F39
5#102730
6#0D1F26
7#0A171D
8#061013
9#03080A
Tints
Lighter variations
1#29657C
2#337C99
3#3D93B6
4#53A5C6
5#70B4CF
6#8CC3D9
7#A9D2E2
8#C6E1EC
9#E2F0F5
Tones
Muted variations
1#234C5C
2#264B59
3#294956
4#2D4853
5#304750
6#33454D
7#364449
8#394346
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE5 #CDE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7D1 #A7D1E2 | BordersInactive statesPlaceholder text |
| 400 | 79B9 #79B9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53A5 #53A5C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3889 #3889A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D6D #2D6D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 204E #204E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1432 #14323D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E4F1F6;
--charcoal-200: #CDE5EE;
--charcoal-300: #A7D1E2;
--charcoal-400: #79B9D2;
--charcoal-500: #53A5C6;
--charcoal-600: #3889A8;
--charcoal-700: #2D6D86;
--charcoal-800: #204E60;
--charcoal-900: #14323D;
--charcoal-950: #0D1F26;
}