Charcoal
#023250
BlueColor Codes
All color formats for development
HEX
#023250RGB
rgb(2, 50, 80)HSL
hsl(203, 95%, 16%)OKLCH
oklch(0.305 0.072 243.1)CMYK
cmyk(98%, 38%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022D48
2#022840
3#012338
4#011E30
5#011928
6#011420
7#010F18
8#000A10
9#000508
Tints
Lighter variations
1#034C79
2#0466A3
3#0580CD
4#069BF7
5#2EACFA
6#58BCFB
7#82CDFC
8#ABDEFD
9#D5EEFE
Tones
Muted variations
1#06314C
2#0A3048
3#0E2F44
4#122E40
5#152D3C
6#192C38
7#1D2C34
8#212B31
9#252A2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE5 #BEE5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD1 #8DD1FC | BordersInactive statesPlaceholder text |
| 400 | 51BA #51BAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FA6 #1FA6F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0689 #0689DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 046D #046DAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 034E #034E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0232 #023250 | Primary textHigh emphasis contentDark headings |
| 950 | 011F #011F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F9FF;
--charcoal-100: #DCF1FE;
--charcoal-200: #BEE5FD;
--charcoal-300: #8DD1FC;
--charcoal-400: #51BAFB;
--charcoal-500: #1FA6F9;
--charcoal-600: #0689DB;
--charcoal-700: #046DAE;
--charcoal-800: #034E7C;
--charcoal-900: #023250;
--charcoal-950: #011F32;
}