Charcoal
#0E3444
BlueColor Codes
All color formats for development
HEX
#0E3444RGB
rgb(14, 52, 68)HSL
hsl(198, 66%, 16%)OKLCH
oklch(0.307 0.051 229.8)CMYK
cmyk(79%, 24%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C2E3D
2#0B2936
3#0A242F
4#081F29
5#071A22
6#06151B
7#040F14
8#030A0E
9#010507
Tints
Lighter variations
1#154F67
2#1C6A8B
3#2485AE
4#2BA0D2
5#4DB0DB
6#71C0E2
7#94D0E9
8#B8DFF0
9#DBEFF8
Tones
Muted variations
1#113241
2#13313E
3#16303C
4#192F39
5#1B2E36
6#1E2D34
7#212C31
8#232B2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED4 #9ED4EB | BordersInactive statesPlaceholder text |
| 400 | 6BBD #6BBDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41AB #41ABD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 268E #268EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E71 #1E7194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1651 #16516A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E34 #0E3444 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FC;
--charcoal-100: #E1F2F9;
--charcoal-200: #C8E7F4;
--charcoal-300: #9ED4EB;
--charcoal-400: #6BBDE1;
--charcoal-500: #41ABD8;
--charcoal-600: #268EBA;
--charcoal-700: #1E7194;
--charcoal-800: #16516A;
--charcoal-900: #0E3444;
--charcoal-950: #09202A;
}