Charcoal
#05384D
BlueColor Codes
All color formats for development
HEX
#05384DRGB
rgb(5, 56, 77)HSL
hsl(197, 88%, 16%)OKLCH
oklch(0.321 0.062 232)CMYK
cmyk(94%, 27%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043345
2#042D3D
3#032736
4#03222E
5#021C26
6#02171F
7#011117
8#010B0F
9#000608
Tints
Lighter variations
1#075675
2#0A749D
3#0D91C6
4#0FAFEE
5#36BDF2
6#5ECAF5
7#86D7F7
8#AEE4FA
9#D7F2FC
Tones
Muted variations
1#083749
2#0C3546
3#103442
4#13323E
5#17313B
6#1A2F37
7#1E2D34
8#222C30
9#252A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EA #C1EAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DB #91DBF8 | BordersInactive statesPlaceholder text |
| 400 | 57C8 #57C8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B8 #27B8F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9B #0D9BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7B #0B7BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0858 #085878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0538 #05384D | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFE;
--charcoal-100: #DDF4FD;
--charcoal-200: #C1EAFB;
--charcoal-300: #91DBF8;
--charcoal-400: #57C8F4;
--charcoal-500: #27B8F1;
--charcoal-600: #0D9BD3;
--charcoal-700: #0B7BA8;
--charcoal-800: #085878;
--charcoal-900: #05384D;
--charcoal-950: #032330;
}