Charcoal
#185268
BlueColor Codes
All color formats for development
HEX
#185268RGB
rgb(24, 82, 104)HSL
hsl(196, 63%, 25%)OKLCH
oklch(0.412 0.069 227.6)CMYK
cmyk(77%, 21%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#154A5E
2#134253
3#113A49
4#0E313E
5#0C2934
6#09212A
7#07191F
8#051015
9#02080A
Tints
Lighter variations
1#1F6B87
2#2684A6
3#2D9DC5
4#44AED5
5#63BBDC
6#82C9E3
7#A1D6EA
8#C1E4F1
9#E0F1F8
Tones
Muted variations
1#1C5164
2#204F60
3#244D5C
4#284B58
5#2C4954
6#304750
7#34454C
8#384348
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD6 #9FD6E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC0 #6EC0DE | Disabled statesSecondary iconsMuted text |
| 500 | 44AE #44AED5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A91 #2A91B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2173 #217391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1852 #185268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F35 #0F3543 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F2F8;
--charcoal-200: #C9E8F3;
--charcoal-300: #9FD6E9;
--charcoal-400: #6EC0DE;
--charcoal-500: #44AED5;
--charcoal-600: #2A91B7;
--charcoal-700: #217391;
--charcoal-800: #185268;
--charcoal-900: #0F3543;
--charcoal-950: #09212A;
}