Charcoal
#132C3F
BlueColor Codes
All color formats for development
HEX
#132C3FRGB
rgb(19, 44, 63)HSL
hsl(206, 54%, 16%)OKLCH
oklch(0.283 0.047 243.5)CMYK
cmyk(70%, 30%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112739
2#0F2332
3#0D1F2C
4#0B1A26
5#09161F
6#081119
7#060D13
8#04090D
9#020406
Tints
Lighter variations
1#1D4360
2#265A81
3#3071A2
4#3A88C3
5#5A9CCE
6#7BAFD8
7#9CC3E1
8#BDD7EB
9#DEEBF5
Tones
Muted variations
1#152B3D
2#172B3A
3#192B38
4#1C2B36
5#1E2A34
6#202A32
7#222A2F
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 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C9 #A5C9E4 | BordersInactive statesPlaceholder text |
| 400 | 76AC #76ACD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E95 #4E95CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3478 #3478AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2960 #296089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D44 #1D4462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132C #132C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FB;
--charcoal-100: #E4EEF7;
--charcoal-200: #CCE0F0;
--charcoal-300: #A5C9E4;
--charcoal-400: #76ACD6;
--charcoal-500: #4E95CA;
--charcoal-600: #3478AD;
--charcoal-700: #296089;
--charcoal-800: #1D4462;
--charcoal-900: #132C3F;
--charcoal-950: #0C1B27;
}