Charcoal
#071F4A
BlueColor Codes
All color formats for development
HEX
#071F4ARGB
rgb(7, 31, 74)HSL
hsl(219, 83%, 16%)OKLCH
oklch(0.251 0.086 260.9)CMYK
cmyk(91%, 58%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061C43
2#06193C
3#051534
4#04122D
5#030F25
6#030C1E
7#020916
8#01060F
9#010307
Tints
Lighter variations
1#0B2F72
2#0E3F99
3#124FC0
4#165FE7
5#3B79ED
6#6294F0
7#89AFF4
8#B1C9F8
9#D8E4FB
Tones
Muted variations
1#0A2047
2#0E2144
3#112241
4#14233D
5#18243A
6#1B2536
7#1F2633
8#222730
9#25282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D6 #C2D6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B6 #94B6F5 | BordersInactive statesPlaceholder text |
| 400 | 5C90 #5C90F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D70 #2D70EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1354 #1354CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F43 #0F43A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B30 #0B3075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071F #071F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0413 #04132F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F5FE;
--charcoal-100: #DEE9FC;
--charcoal-200: #C2D6F9;
--charcoal-300: #94B6F5;
--charcoal-400: #5C90F0;
--charcoal-500: #2D70EB;
--charcoal-600: #1354CD;
--charcoal-700: #0F43A3;
--charcoal-800: #0B3075;
--charcoal-900: #071F4B;
--charcoal-950: #04132F;
}