Charcoal
#05364D
BlueColor Codes
All color formats for development
HEX
#05364DRGB
rgb(5, 54, 77)HSL
hsl(199, 88%, 16%)OKLCH
oklch(0.315 0.063 235.3)CMYK
cmyk(94%, 30%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043145
2#042B3D
3#032636
4#03202E
5#021B26
6#02161F
7#011017
8#010B0F
9#000508
Tints
Lighter variations
1#075275
2#0A6F9D
3#0D8BC6
4#0FA7EE
5#36B6F2
6#5EC5F5
7#86D3F7
8#AEE2FA
9#D7F0FC
Tones
Muted variations
1#083549
2#0C3346
3#103242
4#13313E
5#172F3B
6#1A2E37
7#1E2D34
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 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D7 #91D7F8 | BordersInactive statesPlaceholder text |
| 400 | 57C3 #57C3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B1 #27B1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D94 #0D94D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B76 #0B76A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0854 #085478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0536 #05364D | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFE;
--charcoal-100: #DDF3FD;
--charcoal-200: #C1E9FB;
--charcoal-300: #91D7F8;
--charcoal-400: #57C3F4;
--charcoal-500: #27B1F1;
--charcoal-600: #0D94D3;
--charcoal-700: #0B76A8;
--charcoal-800: #085478;
--charcoal-900: #05364D;
--charcoal-950: #032230;
}