Charcoal
#113440
BlueColor Codes
All color formats for development
HEX
#113440RGB
rgb(17, 52, 64)HSL
hsl(195, 58%, 16%)OKLCH
oklch(0.306 0.045 223.9)CMYK
cmyk(73%, 19%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2F3A
2#0E2A34
3#0C252D
4#0A2027
5#091A20
6#07151A
7#051013
8#030B0D
9#020506
Tints
Lighter variations
1#1A5062
2#236C84
3#2C88A6
4#35A3C8
5#56B3D2
6#78C2DB
7#99D1E4
8#BBE1ED
9#DDF0F6
Tones
Muted variations
1#14333E
2#16323C
3#183139
4#1B3037
5#1D2F35
6#1F2E32
7#222C30
8#242B2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D5 #A2D5E6 | BordersInactive statesPlaceholder text |
| 400 | 72C0 #72C0DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AAE #4AAECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F91 #2F91B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2573 #25738D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B52 #1B5265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1135 #113540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F2F8;
--charcoal-200: #CBE7F1;
--charcoal-300: #A2D5E6;
--charcoal-400: #72C0DA;
--charcoal-500: #4AAECF;
--charcoal-600: #2F91B1;
--charcoal-700: #25738D;
--charcoal-800: #1B5265;
--charcoal-900: #113540;
--charcoal-950: #0B2128;
}