Charcoal
#0D2844
BlueColor Codes
All color formats for development
HEX
#0D2844RGB
rgb(13, 40, 68)HSL
hsl(211, 68%, 16%)OKLCH
oklch(0.272 0.062 251.8)CMYK
cmyk(81%, 41%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C243E
2#0A2037
3#091C30
4#081829
5#071422
6#05101B
7#040C15
8#03080E
9#010407
Tints
Lighter variations
1#143D69
2#1B528D
3#2267B1
4#287CD4
5#4B91DD
6#6FA7E4
7#93BDEA
8#B7D3F1
9#DBE9F8
Tones
Muted variations
1#102842
2#13283F
3#15283C
4#182839
5#1B2837
6#1E2834
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 | C7DD #C7DDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC3 #9CC3EC | BordersInactive statesPlaceholder text |
| 400 | 69A4 #69A4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E8A #3E8ADA | Primary brand colorCTAsActive elementsLinks |
| 600 | 246E #246EBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D57 #1D5796 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143E #143E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D28 #0D2845 | Primary textHigh emphasis contentDark headings |
| 950 | 0819 #08192B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E1EDF9;
--charcoal-200: #C7DDF4;
--charcoal-300: #9CC3EC;
--charcoal-400: #69A4E2;
--charcoal-500: #3E8ADA;
--charcoal-600: #246EBC;
--charcoal-700: #1D5796;
--charcoal-800: #143E6B;
--charcoal-900: #0D2845;
--charcoal-950: #08192B;
}