Charcoal
#08384A
BlueColor Codes
All color formats for development
HEX
#08384ARGB
rgb(8, 56, 74)HSL
hsl(196, 80%, 16%)OKLCH
oklch(0.32 0.058 228.8)CMYK
cmyk(89%, 24%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073242
2#072D3B
3#062733
4#05222C
5#041C25
6#03161D
7#021116
8#020B0F
9#010607
Tints
Lighter variations
1#0C5570
2#117397
3#1590BD
4#19AEE4
5#3EBCEA
6#65C9EE
7#8BD7F2
8#B2E4F6
9#D8F2FB
Tones
Muted variations
1#0B3746
2#0F3543
3#123340
4#15323C
5#183039
6#1C2F36
7#1F2D33
8#222C2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EA #C3EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DA #95DAF3 | BordersInactive statesPlaceholder text |
| 400 | 5EC7 #5EC7ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B7 #30B7E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 169A #169ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 127B #127BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D58 #0D5873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0838 #083849 | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFD;
--charcoal-100: #DFF4FB;
--charcoal-200: #C3EAF8;
--charcoal-300: #95DAF3;
--charcoal-400: #5EC7ED;
--charcoal-500: #30B7E8;
--charcoal-600: #169ACA;
--charcoal-700: #127BA1;
--charcoal-800: #0D5873;
--charcoal-900: #083849;
--charcoal-950: #05232E;
}