Charcoal
#022F50
BlueColor Codes
All color formats for development
HEX
#022F50RGB
rgb(2, 47, 80)HSL
hsl(205, 95%, 16%)OKLCH
oklch(0.296 0.075 246.7)CMYK
cmyk(98%, 41%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022B48
2#022640
3#012138
4#011C30
5#011828
6#011320
7#010E18
8#000910
9#000508
Tints
Lighter variations
1#034879
2#0461A3
3#057ACD
4#0693F7
5#2EA5FA
6#58B7FB
7#82C9FC
8#ABDBFD
9#D5EDFE
Tones
Muted variations
1#062F4C
2#0A2E48
3#0E2D44
4#122D40
5#152C3C
6#192B38
7#1D2B34
8#212A31
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF0 #DCF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE3 #BEE3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCE #8DCEFC | BordersInactive statesPlaceholder text |
| 400 | 51B4 #51B4FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F9E #1F9EF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0682 #0682DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0467 #0467AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 034A #034A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022F #022F50 | Primary textHigh emphasis contentDark headings |
| 950 | 011E #011E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F9FF;
--charcoal-100: #DCF0FE;
--charcoal-200: #BEE3FD;
--charcoal-300: #8DCEFC;
--charcoal-400: #51B4FB;
--charcoal-500: #1F9EF9;
--charcoal-600: #0682DB;
--charcoal-700: #0467AE;
--charcoal-800: #034A7C;
--charcoal-900: #022F50;
--charcoal-950: #011E32;
}