Charcoal
#0E3043
BlueColor Codes
All color formats for development
HEX
#0E3043RGB
rgb(14, 48, 67)HSL
hsl(202, 65%, 16%)OKLCH
oklch(0.295 0.052 236.9)CMYK
cmyk(79%, 28%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2B3D
2#0B2636
3#0A222F
4#091D28
5#071822
6#06131B
7#040E14
8#030A0D
9#010507
Tints
Lighter variations
1#164967
2#1D628A
3#257BAD
4#2C94D1
5#4EA6DA
6#72B8E1
7#95CAE9
8#B8DCF0
9#DCEDF8
Tones
Muted variations
1#112F41
2#142E3E
3#162E3B
4#192D39
5#1C2C36
6#1E2C33
7#212B31
8#232A2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECF #9ECFEA | BordersInactive statesPlaceholder text |
| 400 | 6CB5 #6CB5E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42A0 #42A0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2784 #2784B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F69 #1F6993 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164B #164B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E30 #0E3043 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FC;
--charcoal-100: #E2F0F9;
--charcoal-200: #C8E4F3;
--charcoal-300: #9ECFEA;
--charcoal-400: #6CB5E0;
--charcoal-500: #42A0D7;
--charcoal-600: #2784B9;
--charcoal-700: #1F6993;
--charcoal-800: #164B69;
--charcoal-900: #0E3043;
--charcoal-950: #091E2A;
}