Charcoal
#093349
BlueColor Codes
All color formats for development
HEX
#093349RGB
rgb(9, 51, 73)HSL
hsl(201, 78%, 16%)OKLCH
oklch(0.305 0.059 236.9)CMYK
cmyk(88%, 30%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082D41
2#07283A
3#062333
4#051E2C
5#041924
6#04141D
7#030F16
8#020A0F
9#010507
Tints
Lighter variations
1#0E4D6F
2#126795
3#1782BB
4#1C9CE1
5#40ADE7
6#66BDEC
7#8DCEF1
8#B3DEF6
9#D9EFFA
Tones
Muted variations
1#0C3145
2#0F3042
3#132F3F
4#162F3C
5#192E39
6#1C2D36
7#1F2C32
8#222B2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D2 #97D2F2 | BordersInactive statesPlaceholder text |
| 400 | 60BB #60BBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33A7 #33A7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 198A #198AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 146E #146E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4F #0E4F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0932 #093249 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FD;
--charcoal-100: #DFF1FB;
--charcoal-200: #C4E6F8;
--charcoal-300: #97D2F2;
--charcoal-400: #60BBEB;
--charcoal-500: #33A7E6;
--charcoal-600: #198AC8;
--charcoal-700: #146E9F;
--charcoal-800: #0E4F71;
--charcoal-900: #093249;
--charcoal-950: #061F2D;
}