Charcoal
#0E2F44
BlueColor Codes
All color formats for development
HEX
#0E2F44RGB
rgb(14, 47, 68)HSL
hsl(203, 66%, 16%)OKLCH
oklch(0.292 0.054 240.3)CMYK
cmyk(79%, 31%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C2A3D
2#0B2636
3#0A212F
4#081C29
5#071822
6#06131B
7#040E14
8#03090E
9#010507
Tints
Lighter variations
1#154867
2#1C618B
3#2479AE
4#2B92D2
5#4DA4DB
6#71B7E2
7#94C9E9
8#B8DBF0
9#DBEDF8
Tones
Muted variations
1#112E41
2#132E3E
3#162D3C
4#192D39
5#1B2C36
6#1E2B34
7#212B31
8#232A2E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E3 #C8E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECD #9ECDEB | BordersInactive statesPlaceholder text |
| 400 | 6BB3 #6BB3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 419E #419ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2681 #2681BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E67 #1E6794 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164A #164A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2F #0E2F44 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FC;
--charcoal-100: #E1F0F9;
--charcoal-200: #C8E3F4;
--charcoal-300: #9ECDEB;
--charcoal-400: #6BB3E1;
--charcoal-500: #419ED8;
--charcoal-600: #2681BA;
--charcoal-700: #1E6794;
--charcoal-800: #164A6A;
--charcoal-900: #0E2F44;
--charcoal-950: #091D2A;
}