Charcoal
#022B50
BlueColor Codes
All color formats for development
HEX
#022B50RGB
rgb(2, 43, 80)HSL
hsl(208, 95%, 16%)OKLCH
oklch(0.286 0.08 250.9)CMYK
cmyk(98%, 46%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022748
2#022340
3#011E38
4#011A30
5#011628
6#011120
7#010D18
8#000910
9#000408
Tints
Lighter variations
1#034279
2#0459A3
3#0570CD
4#0686F7
5#2E9BFA
6#58AFFB
7#82C3FC
8#ABD7FD
9#D5EBFE
Tones
Muted variations
1#062B4C
2#0A2B48
3#0E2B44
4#122A40
5#152A3C
6#192A38
7#1D2A34
8#212931
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE0 #BEE0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC8 #8DC8FC | BordersInactive statesPlaceholder text |
| 400 | 51AB #51ABFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F94 #1F94F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0677 #0677DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 045F #045FAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0344 #03447C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022B #022B50 | Primary textHigh emphasis contentDark headings |
| 950 | 011B #011B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F8FF;
--charcoal-100: #DCEEFE;
--charcoal-200: #BEE0FD;
--charcoal-300: #8DC8FC;
--charcoal-400: #51ABFB;
--charcoal-500: #1F94F9;
--charcoal-600: #0677DB;
--charcoal-700: #045FAE;
--charcoal-800: #03447C;
--charcoal-900: #022B50;
--charcoal-950: #011B32;
}