Charcoal
#0D2345
BlueColor Codes
All color formats for development
HEX
#0D2345RGB
rgb(13, 35, 69)HSL
hsl(216, 68%, 16%)OKLCH
oklch(0.26 0.07 258.9)CMYK
cmyk(81%, 49%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C203E
2#0A1C37
3#091930
4#081529
5#071222
6#050E1B
7#040B15
8#03070E
9#010407
Tints
Lighter variations
1#143669
2#1B488D
3#225BB1
4#286DD4
5#4B85DD
6#6F9EE4
7#93B6EA
8#B7CEF1
9#DBE7F8
Tones
Muted variations
1#102442
2#13243F
3#15253C
4#182539
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 | C7D9 #C7D9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBC #9CBCEC | BordersInactive statesPlaceholder text |
| 400 | 699A #699AE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E7D #3E7DDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2461 #2461BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D4D #1D4D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1437 #14376B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D23 #0D2345 | Primary textHigh emphasis contentDark headings |
| 950 | 0816 #08162B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1EBF9;
--charcoal-200: #C7D9F4;
--charcoal-300: #9CBCEC;
--charcoal-400: #699AE2;
--charcoal-500: #3E7DDA;
--charcoal-600: #2461BC;
--charcoal-700: #1D4D96;
--charcoal-800: #14376B;
--charcoal-900: #0D2345;
--charcoal-950: #08162B;
}