Charcoal
#05354D
BlueColor Codes
All color formats for development
HEX
#05354DRGB
rgb(5, 53, 77)HSL
hsl(200, 88%, 16%)OKLCH
oklch(0.312 0.064 236.9)CMYK
cmyk(94%, 31%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042F45
2#042A3D
3#032536
4#03202E
5#021A26
6#02151F
7#011017
8#010B0F
9#000508
Tints
Lighter variations
1#075075
2#0A6C9D
3#0D88C6
4#0FA4EE
5#36B3F2
6#5EC2F5
7#86D2F7
8#AEE1FA
9#D7F0FC
Tones
Muted variations
1#083449
2#0C3246
3#103142
4#13303E
5#172F3B
6#1A2E37
7#1E2C34
8#222B30
9#252A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E8 #C1E8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D6 #91D6F8 | BordersInactive statesPlaceholder text |
| 400 | 57C0 #57C0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27AE #27AEF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D91 #0D91D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B73 #0B73A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0852 #085278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0535 #05354D | Primary textHigh emphasis contentDark headings |
| 950 | 0321 #032130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFE;
--charcoal-100: #DDF2FD;
--charcoal-200: #C1E8FB;
--charcoal-300: #91D6F8;
--charcoal-400: #57C0F4;
--charcoal-500: #27AEF1;
--charcoal-600: #0D91D3;
--charcoal-700: #0B73A8;
--charcoal-800: #085278;
--charcoal-900: #05354D;
--charcoal-950: #032130;
}