Charcoal
#093149
BlueColor Codes
All color formats for development
HEX
#093149RGB
rgb(9, 49, 73)HSL
hsl(203, 78%, 16%)OKLCH
oklch(0.299 0.061 240.4)CMYK
cmyk(88%, 33%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082B41
2#07273A
3#062233
4#051D2C
5#041824
6#04131D
7#030E16
8#020A0F
9#010507
Tints
Lighter variations
1#0E4A6F
2#126395
3#177CBB
4#1C95E1
5#40A7E7
6#66B9EC
7#8DCAF1
8#B3DCF6
9#D9EDFA
Tones
Muted variations
1#0C2F45
2#0F2F42
3#132E3F
4#162D3C
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 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E4 #C4E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CF #97CFF2 | BordersInactive statesPlaceholder text |
| 400 | 60B6 #60B6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33A1 #33A1E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1985 #1985C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1469 #14699F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4B #0E4B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0930 #093049 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FD;
--charcoal-100: #DFF0FB;
--charcoal-200: #C4E4F8;
--charcoal-300: #97CFF2;
--charcoal-400: #60B6EB;
--charcoal-500: #33A1E6;
--charcoal-600: #1985C8;
--charcoal-700: #14699F;
--charcoal-800: #0E4B71;
--charcoal-900: #093049;
--charcoal-950: #061E2D;
}