Charcoal
#022850
BlueColor Codes
All color formats for development
HEX
#022850RGB
rgb(2, 40, 80)HSL
hsl(211, 95%, 16%)OKLCH
oklch(0.278 0.084 253.7)CMYK
cmyk(98%, 50%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022448
2#022040
3#011C38
4#011830
5#011428
6#011020
7#010C18
8#000810
9#000408
Tints
Lighter variations
1#033C79
2#0451A3
3#0566CD
4#067AF7
5#2E91FA
6#58A7FB
7#82BDFC
8#ABD3FD
9#D5E9FE
Tones
Muted variations
1#06284C
2#0A2848
3#0E2844
4#122840
5#15283C
6#192838
7#1D2834
8#212931
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDD #BEDDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC2 #8DC2FC | BordersInactive statesPlaceholder text |
| 400 | 51A3 #51A3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F89 #1F89F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 066D #066DDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0456 #0456AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033E #033E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0228 #022850 | Primary textHigh emphasis contentDark headings |
| 950 | 0119 #011932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F7FF;
--charcoal-100: #DCEDFE;
--charcoal-200: #BEDDFD;
--charcoal-300: #8DC2FC;
--charcoal-400: #51A3FB;
--charcoal-500: #1F89F9;
--charcoal-600: #066DDB;
--charcoal-700: #0456AE;
--charcoal-800: #033E7C;
--charcoal-900: #022850;
--charcoal-950: #011932;
}