Charcoal
#062A4B
BlueColor Codes
All color formats for development
HEX
#062A4BRGB
rgb(6, 42, 75)HSL
hsl(209, 85%, 16%)OKLCH
oklch(0.28 0.073 250.6)CMYK
cmyk(92%, 44%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062644
2#05223C
3#041D35
4#04192D
5#031526
6#02111E
7#020D17
8#01080F
9#010408
Tints
Lighter variations
1#094073
2#0D569B
3#106CC2
4#1382EA
5#3997EF
6#60ACF2
7#88C1F5
8#B0D5F9
9#D7EAFC
Tones
Muted variations
1#0A2A48
2#0D2A45
3#112A41
4#14293E
5#17293A
6#1B2937
7#1E2933
8#222930
9#25292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DF #C2DFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C6 #92C6F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA8 #5AA8F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B90 #2B90EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1173 #1173D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D5C #0D5CA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A42 #0A4276 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062A #062A4B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FE;
--charcoal-100: #DEEEFC;
--charcoal-200: #C2DFFA;
--charcoal-300: #92C6F6;
--charcoal-400: #5AA8F2;
--charcoal-500: #2B90EE;
--charcoal-600: #1173D0;
--charcoal-700: #0D5CA5;
--charcoal-800: #0A4276;
--charcoal-900: #062A4B;
--charcoal-950: #041A2F;
}