Charcoal
#0D2545
BlueColor Codes
All color formats for development
HEX
#0D2545RGB
rgb(13, 37, 69)HSL
hsl(214, 68%, 16%)OKLCH
oklch(0.265 0.067 256.6)CMYK
cmyk(81%, 46%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C213E
2#0A1E37
3#091A30
4#081629
5#071322
6#050F1B
7#040B15
8#03070E
9#010407
Tints
Lighter variations
1#143969
2#1B4C8D
3#2260B1
4#2873D4
5#4B8ADD
6#6FA2E4
7#93B9EA
8#B7D0F1
9#DBE8F8
Tones
Muted variations
1#102542
2#13263F
3#15263C
4#182739
5#1B2737
6#1E2734
7#202831
8#23282E
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DB #C7DBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBF #9CBFEC | BordersInactive statesPlaceholder text |
| 400 | 699E #699EE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E82 #3E82DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2466 #2466BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D51 #1D5196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143A #143A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D25 #0D2545 | 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: #F2F7FD;
--charcoal-100: #E1ECF9;
--charcoal-200: #C7DBF4;
--charcoal-300: #9CBFEC;
--charcoal-400: #699EE2;
--charcoal-500: #3E82DA;
--charcoal-600: #2466BC;
--charcoal-700: #1D5196;
--charcoal-800: #143A6B;
--charcoal-900: #0D2545;
--charcoal-950: #08172B;
}