Charcoal
#093249
BlueColor Codes
All color formats for development
HEX
#093249RGB
rgb(9, 50, 73)HSL
hsl(202, 78%, 16%)OKLCH
oklch(0.302 0.06 238.7)CMYK
cmyk(88%, 32%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082C41
2#07273A
3#062333
4#051E2C
5#041924
6#04141D
7#030F16
8#020A0F
9#010507
Tints
Lighter variations
1#0E4B6F
2#126595
3#177FBB
4#1C99E1
5#40AAE7
6#66BBEC
7#8DCCF1
8#B3DDF6
9#D9EEFA
Tones
Muted variations
1#0C3045
2#0F3042
3#132F3F
4#162E3C
5#192D39
6#1C2C36
7#1F2B32
8#222A2F
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 | C4E5 #C4E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D1 #97D1F2 | BordersInactive statesPlaceholder text |
| 400 | 60B8 #60B8EB | Disabled statesSecondary iconsMuted text |
| 500 | 33A4 #33A4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1988 #1988C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 146C #146C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4D #0E4D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093149 | 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: #C4E5F8;
--charcoal-300: #97D1F2;
--charcoal-400: #60B8EB;
--charcoal-500: #33A4E6;
--charcoal-600: #1988C8;
--charcoal-700: #146C9F;
--charcoal-800: #0E4D71;
--charcoal-900: #093149;
--charcoal-950: #061F2D;
}