Charcoal
#062B4B
BlueColor Codes
All color formats for development
HEX
#062B4BRGB
rgb(6, 43, 75)HSL
hsl(208, 85%, 16%)OKLCH
oklch(0.283 0.071 249.5)CMYK
cmyk(92%, 43%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062744
2#05223C
3#041E35
4#041A2D
5#031626
6#02111E
7#020D17
8#01090F
9#010408
Tints
Lighter variations
1#094273
2#0D589B
3#106FC2
4#1386EA
5#399AEF
6#60AEF2
7#88C2F5
8#B0D7F9
9#D7EBFC
Tones
Muted variations
1#0A2B48
2#0D2B45
3#112A41
4#142A3E
5#172A3A
6#1B2A37
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 | C2E0 #C2E0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C8 #92C8F6 | BordersInactive statesPlaceholder text |
| 400 | 5AAB #5AABF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B93 #2B93EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1177 #1177D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D5E #0D5EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A43 #0A4376 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062B #062B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FE;
--charcoal-100: #DEEEFC;
--charcoal-200: #C2E0FA;
--charcoal-300: #92C8F6;
--charcoal-400: #5AABF2;
--charcoal-500: #2B93EE;
--charcoal-600: #1177D0;
--charcoal-700: #0D5EA5;
--charcoal-800: #0A4376;
--charcoal-900: #062B4B;
--charcoal-950: #041B2F;
}