Charcoal
#132A3E
BlueColor Codes
All color formats for development
HEX
#132A3ERGB
rgb(19, 42, 62)HSL
hsl(208, 53%, 16%)OKLCH
oklch(0.277 0.047 246.8)CMYK
cmyk(69%, 32%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112638
2#0F2232
3#0D1E2C
4#0C1925
5#0A151F
6#081119
7#060D13
8#04080C
9#020406
Tints
Lighter variations
1#1D405F
2#275780
3#316DA1
4#3B83C2
5#5B98CD
6#7CACD7
7#9DC1E1
8#BDD6EB
9#DEEAF5
Tones
Muted variations
1#152A3C
2#182A3A
3#1A2A38
4#1C2A36
5#1E2A34
6#202931
7#22292F
8#24292D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDF #CCDFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C6 #A5C6E3 | BordersInactive statesPlaceholder text |
| 400 | 76A9 #76A9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F90 #4F90C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3574 #3574AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A5C #2A5C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E42 #1E4262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132A #132A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FB;
--charcoal-100: #E4EEF7;
--charcoal-200: #CCDFEF;
--charcoal-300: #A5C6E3;
--charcoal-400: #76A9D5;
--charcoal-500: #4F90C9;
--charcoal-600: #3574AC;
--charcoal-700: #2A5C89;
--charcoal-800: #1E4262;
--charcoal-900: #132A3E;
--charcoal-950: #0C1A27;
}