Charcoal
#02334F
BlueColor Codes
All color formats for development
HEX
#02334FRGB
rgb(2, 51, 79)HSL
hsl(202, 95%, 16%)OKLCH
oklch(0.307 0.07 240.9)CMYK
cmyk(97%, 35%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022E48
2#022940
3#012438
4#011F30
5#011A28
6#011420
7#010F18
8#000A10
9#000508
Tints
Lighter variations
1#034E79
2#0469A3
3#0584CD
4#069FF7
5#2EAFFA
6#58BFFB
7#82CFFC
8#ABDFFD
9#D5EFFE
Tones
Muted variations
1#06324C
2#0A3148
3#0E3044
4#122F40
5#152E3C
6#192D38
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 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE6 #BEE6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD3 #8DD3FC | BordersInactive statesPlaceholder text |
| 400 | 51BC #51BCFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FA9 #1FA9F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 068D #068DDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0470 #0470AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0350 #03507C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0233 #023350 | Primary textHigh emphasis contentDark headings |
| 950 | 0120 #012032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F9FF;
--charcoal-100: #DCF2FE;
--charcoal-200: #BEE6FD;
--charcoal-300: #8DD3FC;
--charcoal-400: #51BCFB;
--charcoal-500: #1FA9F9;
--charcoal-600: #068DDB;
--charcoal-700: #0470AE;
--charcoal-800: #03507C;
--charcoal-900: #023350;
--charcoal-950: #012032;
}