Charcoal
#081D4A
BlueColor Codes
All color formats for development
HEX
#081D4ARGB
rgb(8, 29, 74)HSL
hsl(221, 80%, 16%)OKLCH
oklch(0.246 0.088 262.8)CMYK
cmyk(89%, 61%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071A42
2#07173B
3#061433
4#05112C
5#040E25
6#030C1D
7#020916
8#02060F
9#010307
Tints
Lighter variations
1#0C2C70
2#113B97
3#154ABD
4#1959E4
5#3E74EA
6#6590EE
7#8BACF2
8#B2C8F6
9#D8E3FB
Tones
Muted variations
1#0B1E46
2#0F1F43
3#122040
4#15223C
5#182339
6#1C2436
7#1F2533
8#22262F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D4 #C3D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B3 #95B3F3 | BordersInactive statesPlaceholder text |
| 400 | 5E8C #5E8CED | Disabled statesSecondary iconsMuted text |
| 500 | 306B #306BE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 164F #164FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 123F #123FA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2D #0D2D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081D #081D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0512 #05122E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F5FD;
--charcoal-100: #DFE8FB;
--charcoal-200: #C3D4F8;
--charcoal-300: #95B3F3;
--charcoal-400: #5E8CED;
--charcoal-500: #306BE8;
--charcoal-600: #164FCA;
--charcoal-700: #123FA1;
--charcoal-800: #0D2D73;
--charcoal-900: #081D49;
--charcoal-950: #05122E;
}