Charcoal
#0D2445
BlueColor Codes
All color formats for development
HEX
#0D2445RGB
rgb(13, 36, 69)HSL
hsl(215, 68%, 16%)OKLCH
oklch(0.262 0.068 257.8)CMYK
cmyk(81%, 48%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C213E
2#0A1D37
3#091930
4#081629
5#071222
6#050E1B
7#040B15
8#03070E
9#010407
Tints
Lighter variations
1#143769
2#1B4A8D
3#225DB1
4#2870D4
5#4B88DD
6#6FA0E4
7#93B7EA
8#B7CFF1
9#DBE7F8
Tones
Muted variations
1#102542
2#13253F
3#15263C
4#182639
5#1B2637
6#1E2734
7#202731
8#23282E
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EB #E1EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DA #C7DAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBE #9CBEEC | BordersInactive statesPlaceholder text |
| 400 | 699C #699CE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E7F #3E7FDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2463 #2463BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D4F #1D4F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1439 #14396B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D24 #0D2445 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1EBF9;
--charcoal-200: #C7DAF4;
--charcoal-300: #9CBEEC;
--charcoal-400: #699CE2;
--charcoal-500: #3E7FDA;
--charcoal-600: #2463BC;
--charcoal-700: #1D4F96;
--charcoal-800: #14396B;
--charcoal-900: #0D2445;
--charcoal-950: #08172B;
}