Charcoal
#023550
BlueColor Codes
All color formats for development
HEX
#023550RGB
rgb(2, 53, 80)HSL
hsl(201, 95%, 16%)OKLCH
oklch(0.313 0.069 239.1)CMYK
cmyk(98%, 34%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022F48
2#022A40
3#012538
4#011F30
5#011A28
6#011520
7#011018
8#000A10
9#000508
Tints
Lighter variations
1#035079
2#046BA3
3#0587CD
4#06A3F7
5#2EB2FA
6#58C2FB
7#82D1FC
8#ABE0FD
9#D5F0FE
Tones
Muted variations
1#06334C
2#0A3248
3#0E3144
4#123040
5#152F3C
6#192D38
7#1D2C34
8#212B31
9#252A2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE7 #BEE7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD5 #8DD5FC | BordersInactive statesPlaceholder text |
| 400 | 51BF #51BFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FAD #1FADF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0690 #0690DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0473 #0473AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0352 #03527C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0234 #023450 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FAFF;
--charcoal-100: #DCF2FE;
--charcoal-200: #BEE7FD;
--charcoal-300: #8DD5FC;
--charcoal-400: #51BFFB;
--charcoal-500: #1FADF9;
--charcoal-600: #0690DB;
--charcoal-700: #0473AE;
--charcoal-800: #03527C;
--charcoal-900: #023450;
--charcoal-950: #012132;
}