Charcoal
#0E3144
BlueColor Codes
All color formats for development
HEX
#0E3144RGB
rgb(14, 49, 68)HSL
hsl(201, 66%, 16%)OKLCH
oklch(0.298 0.052 236.3)CMYK
cmyk(79%, 28%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C2C3D
2#0B2736
3#0A222F
4#081D29
5#071822
6#06141B
7#040F14
8#030A0E
9#010507
Tints
Lighter variations
1#154B67
2#1C648B
3#247EAE
4#2B98D2
5#4DA9DB
6#71BAE2
7#94CBE9
8#B8DDF0
9#DBEEF8
Tones
Muted variations
1#113041
2#132F3E
3#162E3C
4#192E39
5#1B2D36
6#1E2C34
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 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED0 #9ED0EB | BordersInactive statesPlaceholder text |
| 400 | 6BB7 #6BB7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41A3 #41A3D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2686 #2686BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E6B #1E6B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164C #164C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E31 #0E3144 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FC;
--charcoal-100: #E1F1F9;
--charcoal-200: #C8E4F4;
--charcoal-300: #9ED0EB;
--charcoal-400: #6BB7E1;
--charcoal-500: #41A3D8;
--charcoal-600: #2686BA;
--charcoal-700: #1E6B94;
--charcoal-800: #164C6A;
--charcoal-900: #0E3144;
--charcoal-950: #091F2A;
}