Charcoal
#06254B
BlueColor Codes
All color formats for development
HEX
#06254BRGB
rgb(6, 37, 75)HSL
hsl(213, 85%, 16%)OKLCH
oklch(0.267 0.079 255.8)CMYK
cmyk(92%, 51%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062244
2#051E3C
3#041A35
4#04162D
5#031326
6#020F1E
7#020B17
8#01070F
9#010408
Tints
Lighter variations
1#093973
2#0D4D9B
3#1060C2
4#1374EA
5#398BEF
6#60A2F2
7#88B9F5
8#B0D1F9
9#D7E8FC
Tones
Muted variations
1#0A2648
2#0D2645
3#112641
4#14273E
5#17273A
6#1B2737
7#1E2833
8#222830
9#25282C
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 | C2DB #C2DBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92BF #92BFF6 | BordersInactive statesPlaceholder text |
| 400 | 5A9E #5A9EF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B82 #2B82EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1167 #1167D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D52 #0D52A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3A #0A3A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0625 #06254B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FE;
--charcoal-100: #DEECFC;
--charcoal-200: #C2DBFA;
--charcoal-300: #92BFF6;
--charcoal-400: #5A9EF2;
--charcoal-500: #2B82EE;
--charcoal-600: #1167D0;
--charcoal-700: #0D52A5;
--charcoal-800: #0A3A76;
--charcoal-900: #06254B;
--charcoal-950: #04172F;
}