Charcoal
#02284F
BlueColor Codes
All color formats for development
HEX
#02284FRGB
rgb(2, 40, 79)HSL
hsl(210, 95%, 16%)OKLCH
oklch(0.277 0.083 253.2)CMYK
cmyk(97%, 49%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022548
2#022140
3#011D38
4#011830
5#011428
6#011020
7#010C18
8#000810
9#000408
Tints
Lighter variations
1#033E79
2#0454A3
3#0569CD
4#067EF7
5#2E94FA
6#58A9FB
7#82BFFC
8#ABD4FD
9#D5EAFE
Tones
Muted variations
1#06294C
2#0A2948
3#0E2944
4#122940
5#15293C
6#192938
7#1D2934
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 | BEDE #BEDEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC4 #8DC4FC | BordersInactive statesPlaceholder text |
| 400 | 51A6 #51A6FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F8C #1F8CF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0670 #0670DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0459 #0459AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0340 #03407C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0229 #022950 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F7FF;
--charcoal-100: #DCEDFE;
--charcoal-200: #BEDEFD;
--charcoal-300: #8DC4FC;
--charcoal-400: #51A6FB;
--charcoal-500: #1F8CF9;
--charcoal-600: #0670DB;
--charcoal-700: #0459AE;
--charcoal-800: #03407C;
--charcoal-900: #022950;
--charcoal-950: #011A32;
}