Charcoal
#093549
BlueColor Codes
All color formats for development
HEX
#093549RGB
rgb(9, 53, 73)HSL
hsl(199, 78%, 16%)OKLCH
oklch(0.311 0.058 233.3)CMYK
cmyk(88%, 27%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082F41
2#072A3A
3#062533
4#051F2C
5#041A24
6#04151D
7#031016
8#020A0F
9#010507
Tints
Lighter variations
1#0E506F
2#126C95
3#1787BB
4#1CA3E1
5#40B3E7
6#66C2EC
7#8DD1F1
8#B3E0F6
9#D9F0FA
Tones
Muted variations
1#0C3345
2#0F3242
3#13313F
4#16303C
5#192F39
6#1C2D36
7#1F2C32
8#222B2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E7 #C4E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D5 #97D5F2 | BordersInactive statesPlaceholder text |
| 400 | 60BF #60BFEB | Disabled statesSecondary iconsMuted text |
| 500 | 33AD #33ADE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1990 #1990C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1473 #14739F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E52 #0E5271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0934 #093449 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFD;
--charcoal-100: #DFF2FB;
--charcoal-200: #C4E7F8;
--charcoal-300: #97D5F2;
--charcoal-400: #60BFEB;
--charcoal-500: #33ADE6;
--charcoal-600: #1990C8;
--charcoal-700: #14739F;
--charcoal-800: #0E5271;
--charcoal-900: #093449;
--charcoal-950: #06212D;
}