Charcoal
#0D2945
BlueColor Codes
All color formats for development
HEX
#0D2945RGB
rgb(13, 41, 69)HSL
hsl(210, 68%, 16%)OKLCH
oklch(0.276 0.062 251.1)CMYK
cmyk(81%, 41%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C253E
2#0A2137
3#091D30
4#081829
5#071422
6#05101B
7#040C15
8#03080E
9#010407
Tints
Lighter variations
1#143E69
2#1B548D
3#2269B1
4#287ED4
5#4B94DD
6#6FA9E4
7#93BFEA
8#B7D4F1
9#DBEAF8
Tones
Muted variations
1#102942
2#13293F
3#15293C
4#182939
5#1B2937
6#1E2934
7#202931
8#23292E
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DE #C7DEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC4 #9CC4EC | BordersInactive statesPlaceholder text |
| 400 | 69A6 #69A6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E8C #3E8CDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2470 #2470BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D59 #1D5996 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1440 #14406B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D29 #0D2945 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E1EDF9;
--charcoal-200: #C7DEF4;
--charcoal-300: #9CC4EC;
--charcoal-400: #69A6E2;
--charcoal-500: #3E8CDA;
--charcoal-600: #2470BC;
--charcoal-700: #1D5996;
--charcoal-800: #14406B;
--charcoal-900: #0D2945;
--charcoal-950: #081A2B;
}