Charcoal
#08334A
BlueColor Codes
All color formats for development
HEX
#08334ARGB
rgb(8, 51, 74)HSL
hsl(201, 80%, 16%)OKLCH
oklch(0.305 0.061 237.8)CMYK
cmyk(89%, 31%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072E42
2#07283B
3#062333
4#051E2C
5#041925
6#03141D
7#020F16
8#020A0F
9#010507
Tints
Lighter variations
1#0C4D70
2#116897
3#1582BD
4#199DE4
5#3EAEEA
6#65BEEE
7#8BCEF2
8#B2DEF6
9#D8EFFB
Tones
Muted variations
1#0B3246
2#0F3143
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 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E6 #C3E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D2 #95D2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EBB #5EBBED | Disabled statesSecondary iconsMuted text |
| 500 | 30A8 #30A8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 168B #168BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126F #126FA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4F #0D4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #083349 | 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: #DFF1FB;
--charcoal-200: #C3E6F8;
--charcoal-300: #95D2F3;
--charcoal-400: #5EBBED;
--charcoal-500: #30A8E8;
--charcoal-600: #168BCA;
--charcoal-700: #126FA1;
--charcoal-800: #0D4F73;
--charcoal-900: #083349;
--charcoal-950: #05202E;
}