Charcoal
#081E4A
BlueColor Codes
All color formats for development
HEX
#081E4ARGB
rgb(8, 30, 74)HSL
hsl(220, 80%, 16%)OKLCH
oklch(0.249 0.087 262.1)CMYK
cmyk(89%, 59%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071B42
2#07183B
3#061533
4#05122C
5#040F25
6#030C1D
7#020916
8#02060F
9#010307
Tints
Lighter variations
1#0C2E70
2#113D97
3#154DBD
4#195DE4
5#3E77EA
6#6592EE
7#8BAEF2
8#B2C9F6
9#D8E4FB
Tones
Muted variations
1#0B1F46
2#0F2043
3#122140
4#15223C
5#182339
6#1C2436
7#1F2633
8#22272F
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 | C3D5 #C3D5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B5 #95B5F3 | BordersInactive statesPlaceholder text |
| 400 | 5E8E #5E8EED | Disabled statesSecondary iconsMuted text |
| 500 | 306E #306EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1652 #1652CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1241 #1241A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2F #0D2F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081E #081E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F5FD;
--charcoal-100: #DFE8FB;
--charcoal-200: #C3D5F8;
--charcoal-300: #95B5F3;
--charcoal-400: #5E8EED;
--charcoal-500: #306EE8;
--charcoal-600: #1652CA;
--charcoal-700: #1241A1;
--charcoal-800: #0D2F73;
--charcoal-900: #081E49;
--charcoal-950: #05132E;
}