Charcoal
#152F6A
BlueColor Codes
All color formats for development
HEX
#152F6ARGB
rgb(21, 47, 106)HSL
hsl(222, 67%, 25%)OKLCH
oklch(0.323 0.108 263.6)CMYK
cmyk(80%, 56%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#132A60
2#112555
3#0F214B
4#0D1C40
5#0B1735
6#08132B
7#060E20
8#040915
9#02050B
Tints
Lighter variations
1#1B3D8A
2#224BAA
3#2859CA
4#3F6DD9
5#5F86DF
6#7F9EE6
7#9FB6EC
8#BFCEF2
9#DFE7F9
Tones
Muted variations
1#193066
2#1E3262
3#22345E
4#263559
5#2A3755
6#2F3951
7#333B4D
8#373C48
9#3B3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D5 #C8D5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DB5 #9DB5EC | BordersInactive statesPlaceholder text |
| 400 | 6A8E #6A8EE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F6D #3F6DD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2552 #2552BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D41 #1D4195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 152F #152F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1E #0D1E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0813 #08132B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FC;
--charcoal-100: #E1E8F9;
--charcoal-200: #C8D5F4;
--charcoal-300: #9DB5EC;
--charcoal-400: #6A8EE2;
--charcoal-500: #3F6DD9;
--charcoal-600: #2552BB;
--charcoal-700: #1D4195;
--charcoal-800: #152F6A;
--charcoal-900: #0D1E44;
--charcoal-950: #08132B;
}