Charcoal
#151E3C
BlueColor Codes
All color formats for development
HEX
#151E3CRGB
rgb(21, 30, 60)HSL
hsl(226, 48%, 16%)OKLCH
oklch(0.244 0.059 269.2)CMYK
cmyk(65%, 50%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#131B36
2#111830
3#0F152A
4#0D1224
5#0B0F1E
6#080C18
7#060912
8#04060C
9#020306
Tints
Lighter variations
1#202E5C
2#2B3E7C
3#374E9B
4#425EBB
5#6078C7
6#8093D2
7#A0AEDE
8#C0C9E9
9#DFE4F4
Tones
Muted variations
1#171F3A
2#192038
3#1B2137
4#1D2335
5#1F2433
6#212531
7#23262F
8#25272D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B5 #A8B5E1 | BordersInactive statesPlaceholder text |
| 400 | 7B8F #7B8FD1 | Disabled statesSecondary iconsMuted text |
| 500 | 556F #556FC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A53 #3A53A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E42 #2E4284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212F #212F5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151E #151E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E9F6;
--charcoal-200: #CED5EE;
--charcoal-300: #A8B5E1;
--charcoal-400: #7B8FD1;
--charcoal-500: #556FC3;
--charcoal-600: #3A53A6;
--charcoal-700: #2E4284;
--charcoal-800: #212F5E;
--charcoal-900: #151E3C;
--charcoal-950: #0D1326;
}