Charcoal
#08344A
BlueColor Codes
All color formats for development
HEX
#08344ARGB
rgb(8, 52, 74)HSL
hsl(200, 80%, 16%)OKLCH
oklch(0.308 0.06 236.1)CMYK
cmyk(89%, 30%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072F42
2#07293B
3#062433
4#051F2C
5#041A25
6#03151D
7#021016
8#020A0F
9#010507
Tints
Lighter variations
1#0C4F70
2#116A97
3#1585BD
4#19A0E4
5#3EB0EA
6#65C0EE
7#8BD0F2
8#B2E0F6
9#D8EFFB
Tones
Muted variations
1#0B3346
2#0F3243
3#123040
4#152F3C
5#182E39
6#1C2D36
7#1F2C33
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 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E7 #C3E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D4 #95D4F3 | BordersInactive statesPlaceholder text |
| 400 | 5EBE #5EBEED | Disabled statesSecondary iconsMuted text |
| 500 | 30AB #30ABE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 168E #168ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1271 #1271A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D51 #0D5173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0834 #083449 | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FD;
--charcoal-100: #DFF2FB;
--charcoal-200: #C3E7F8;
--charcoal-300: #95D4F3;
--charcoal-400: #5EBEED;
--charcoal-500: #30ABE8;
--charcoal-600: #168ECA;
--charcoal-700: #1271A1;
--charcoal-800: #0D5173;
--charcoal-900: #083449;
--charcoal-950: #05202E;
}