Charcoal
#02254F
BlueColor Codes
All color formats for development
HEX
#02254FRGB
rgb(2, 37, 79)HSL
hsl(213, 95%, 16%)OKLCH
oklch(0.269 0.087 255.6)CMYK
cmyk(97%, 53%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022148
2#021E40
3#011A38
4#011630
5#011228
6#010F20
7#010B18
8#000710
9#000408
Tints
Lighter variations
1#033879
2#044CA3
3#055FCD
4#0672F7
5#2E8AFA
6#58A1FB
7#82B9FC
8#ABD0FD
9#D5E8FE
Tones
Muted variations
1#06254C
2#0A2648
3#0E2644
4#122640
5#15273C
6#192738
7#1D2834
8#212831
9#25282D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDB #BEDBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBF #8DBFFC | BordersInactive statesPlaceholder text |
| 400 | 519D #519DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F81 #1F81F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0666 #0666DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0451 #0451AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033A #033A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0225 #022550 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F7FF;
--charcoal-100: #DCEBFE;
--charcoal-200: #BEDBFD;
--charcoal-300: #8DBFFC;
--charcoal-400: #519DFB;
--charcoal-500: #1F81F9;
--charcoal-600: #0666DB;
--charcoal-700: #0451AE;
--charcoal-800: #033A7C;
--charcoal-900: #022550;
--charcoal-950: #011732;
}