Charcoal
#0D2A44
BlueColor Codes
All color formats for development
HEX
#0D2A44RGB
rgb(13, 42, 68)HSL
hsl(208, 68%, 16%)OKLCH
oklch(0.278 0.059 248.7)CMYK
cmyk(81%, 38%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C263E
2#0A2237
3#091E30
4#081A29
5#071522
6#05111B
7#040D15
8#03090E
9#010407
Tints
Lighter variations
1#144169
2#1B578D
3#226EB1
4#2884D4
5#4B99DD
6#6FADE4
7#93C2EA
8#B7D6F1
9#DBEBF8
Tones
Muted variations
1#102A42
2#132A3F
3#152A3C
4#182A39
5#1B2A37
6#1E2A34
7#202931
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 | C7DF #C7DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC7 #9CC7EC | BordersInactive statesPlaceholder text |
| 400 | 69AA #69AAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E91 #3E91DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2475 #2475BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D5D #1D5D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1443 #14436B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2B #0D2B45 | 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: #C7DFF4;
--charcoal-300: #9CC7EC;
--charcoal-400: #69AAE2;
--charcoal-500: #3E91DA;
--charcoal-600: #2475BC;
--charcoal-700: #1D5D96;
--charcoal-800: #14436B;
--charcoal-900: #0D2B45;
--charcoal-950: #081B2B;
}