Charcoal
#0D1644
BlueColor Codes
All color formats for development
HEX
#0D1644RGB
rgb(13, 22, 68)HSL
hsl(230, 68%, 16%)OKLCH
oklch(0.227 0.087 269.6)CMYK
cmyk(81%, 68%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C143E
2#0A1237
3#091030
4#080D29
5#070B22
6#05091B
7#040715
8#03040E
9#010207
Tints
Lighter variations
1#142269
2#1B2E8D
3#2239B1
4#2845D4
5#4B63DD
6#6F82E4
7#93A2EA
8#B7C1F1
9#DBE0F8
Tones
Muted variations
1#101842
2#131A3F
3#151C3C
4#181E39
5#1B2037
6#1E2134
7#202331
8#23252E
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CF #C7CFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAA #9CAAEC | BordersInactive statesPlaceholder text |
| 400 | 697D #697DE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E58 #3E58DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 243D #243DBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D31 #1D3196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1423 #14236B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D16 #0D1645 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FD;
--charcoal-100: #E1E5F9;
--charcoal-200: #C7CFF4;
--charcoal-300: #9CAAEC;
--charcoal-400: #697DE2;
--charcoal-500: #3E58DA;
--charcoal-600: #243DBC;
--charcoal-700: #1D3196;
--charcoal-800: #14236B;
--charcoal-900: #0D1645;
--charcoal-950: #080E2B;
}