Charcoal
#06264B
BlueColor Codes
All color formats for development
HEX
#06264BRGB
rgb(6, 38, 75)HSL
hsl(212, 85%, 16%)OKLCH
oklch(0.27 0.078 254.9)CMYK
cmyk(92%, 49%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062344
2#051F3C
3#041B35
4#04172D
5#031326
6#020F1E
7#020C17
8#01080F
9#010408
Tints
Lighter variations
1#093B73
2#0D4F9B
3#1063C2
4#1377EA
5#398EEF
6#60A4F2
7#88BBF5
8#B0D2F9
9#D7E8FC
Tones
Muted variations
1#0A2748
2#0D2745
3#112741
4#14273E
5#17283A
6#1B2837
7#1E2833
8#222830
9#25292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DC #C2DCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C1 #92C1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA1 #5AA1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B86 #2B86EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 116A #116AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D54 #0D54A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3C #0A3C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0626 #06264B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FE;
--charcoal-100: #DEECFC;
--charcoal-200: #C2DCFA;
--charcoal-300: #92C1F6;
--charcoal-400: #5AA1F2;
--charcoal-500: #2B86EE;
--charcoal-600: #116AD0;
--charcoal-700: #0D54A5;
--charcoal-800: #0A3C76;
--charcoal-900: #06264B;
--charcoal-950: #04182F;
}