Charcoal
#21485F
BlueColor Codes
All color formats for development
HEX
#21485FRGB
rgb(33, 72, 95)HSL
hsl(202, 48%, 25%)OKLCH
oklch(0.384 0.059 237)CMYK
cmyk(65%, 24%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E4155
2#1B3A4B
3#173242
4#142B39
5#11242F
6#0D1D26
7#0A161C
8#070E13
9#030709
Tints
Lighter variations
1#2B5D7B
2#357397
3#3F89B3
4#559BC3
5#71ACCD
6#8EBCD7
7#AACDE1
8#C6DEEB
9#E3EEF5
Tones
Muted variations
1#24475B
2#274658
3#2A4555
4#2D4552
5#30444F
6#34434C
7#374249
8#3A4146
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE2 #CEE2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CC #A8CCE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB1 #7BB1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 559B #559BC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A7F #3A7FA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E65 #2E6584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2148 #21485E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152E #152E3C | 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: #E5EFF6;
--charcoal-200: #CEE2EE;
--charcoal-300: #A8CCE1;
--charcoal-400: #7BB1D1;
--charcoal-500: #559BC3;
--charcoal-600: #3A7FA6;
--charcoal-700: #2E6584;
--charcoal-800: #21485E;
--charcoal-900: #152E3C;
--charcoal-950: #0D1D26;
}