Charcoal
#022750
BlueColor Codes
All color formats for development
HEX
#022750RGB
rgb(2, 39, 80)HSL
hsl(212, 95%, 16%)OKLCH
oklch(0.275 0.085 254.5)CMYK
cmyk(98%, 51%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022248
2#021F40
3#011B38
4#011730
5#011328
6#010F20
7#010B18
8#000810
9#000408
Tints
Lighter variations
1#033A79
2#044EA3
3#0562CD
4#0676F7
5#2E8DFA
6#58A4FB
7#82BBFC
8#ABD1FD
9#D5E8FE
Tones
Muted variations
1#06264C
2#0A2748
3#0E2744
4#122740
5#15283C
6#192838
7#1D2834
8#212831
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEC #DCECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDC #BEDCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC1 #8DC1FC | BordersInactive statesPlaceholder text |
| 400 | 51A0 #51A0FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F85 #1F85F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0669 #0669DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0454 #0454AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033C #033C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0226 #022650 | Primary textHigh emphasis contentDark headings |
| 950 | 0118 #011832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F7FF;
--charcoal-100: #DCECFE;
--charcoal-200: #BEDCFD;
--charcoal-300: #8DC1FC;
--charcoal-400: #51A0FB;
--charcoal-500: #1F85F9;
--charcoal-600: #0669DB;
--charcoal-700: #0454AE;
--charcoal-800: #033C7C;
--charcoal-900: #022650;
--charcoal-950: #011832;
}