Charcoal
#0D2C45
BlueColor Codes
All color formats for development
HEX
#0D2C45RGB
rgb(13, 44, 69)HSL
hsl(207, 68%, 16%)OKLCH
oklch(0.284 0.059 246.3)CMYK
cmyk(81%, 36%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C273E
2#0A2337
3#091F30
4#081A29
5#071622
6#05111B
7#040D15
8#03090E
9#010407
Tints
Lighter variations
1#144269
2#1B598D
3#2270B1
4#2887D4
5#4B9BDD
6#6FAFE4
7#93C3EA
8#B7D7F1
9#DBEBF8
Tones
Muted variations
1#102B42
2#132B3F
3#152B3C
4#182A39
5#1B2A37
6#1E2A34
7#202A31
8#23292E
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E0 #C7E0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC8 #9CC8EC | BordersInactive statesPlaceholder text |
| 400 | 69AC #69ACE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E94 #3E94DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2478 #2478BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D5F #1D5F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1444 #14446B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E1EEF9;
--charcoal-200: #C7E0F4;
--charcoal-300: #9CC8EC;
--charcoal-400: #69ACE2;
--charcoal-500: #3E94DA;
--charcoal-600: #2478BC;
--charcoal-700: #1D5F96;
--charcoal-800: #14446B;
--charcoal-900: #0D2C45;
--charcoal-950: #081B2B;
}