Charcoal
#02384F
BlueColor Codes
All color formats for development
HEX
#02384FRGB
rgb(2, 56, 79)HSL
hsl(198, 95%, 16%)OKLCH
oklch(0.321 0.065 233.6)CMYK
cmyk(97%, 29%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#023348
2#022D40
3#012738
4#012230
5#011C28
6#011720
7#011118
8#000B10
9#000608
Tints
Lighter variations
1#035679
2#0473A3
3#0591CD
4#06AFF7
5#2EBDFA
6#58CAFB
7#82D7FC
8#ABE4FD
9#D5F2FE
Tones
Muted variations
1#06374C
2#0A3548
3#0E3444
4#123240
5#15313C
6#192F38
7#1D2D34
8#212C31
9#252A2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEA #BEEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDB #8DDBFC | BordersInactive statesPlaceholder text |
| 400 | 51C8 #51C8FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FB8 #1FB8F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 069B #069BDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 047B #047BAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0358 #03587C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0238 #023850 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FAFF;
--charcoal-100: #DCF4FE;
--charcoal-200: #BEEAFD;
--charcoal-300: #8DDBFC;
--charcoal-400: #51C8FB;
--charcoal-500: #1FB8F9;
--charcoal-600: #069BDB;
--charcoal-700: #047BAE;
--charcoal-800: #03587C;
--charcoal-900: #023850;
--charcoal-950: #012332;
}