Charcoal
#132F3F
BlueColor Codes
All color formats for development
HEX
#132F3FRGB
rgb(19, 47, 63)HSL
hsl(202, 54%, 16%)OKLCH
oklch(0.292 0.045 236.2)CMYK
cmyk(70%, 25%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112A39
2#0F2532
3#0D212C
4#0B1C26
5#09171F
6#081319
7#060E13
8#04090D
9#020506
Tints
Lighter variations
1#1D4760
2#266081
3#3078A2
4#3A91C3
5#5AA3CE
6#7BB6D8
7#9CC8E1
8#BDDAEB
9#DEEDF5
Tones
Muted variations
1#152E3D
2#172E3A
3#192D38
4#1C2C36
5#1E2C34
6#202B32
7#222B2F
8#242A2D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CD #A5CDE4 | BordersInactive statesPlaceholder text |
| 400 | 76B3 #76B3D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E9D #4E9DCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3480 #3480AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2966 #296689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D49 #1D4962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FB;
--charcoal-100: #E4F0F7;
--charcoal-200: #CCE3F0;
--charcoal-300: #A5CDE4;
--charcoal-400: #76B3D6;
--charcoal-500: #4E9DCA;
--charcoal-600: #3480AD;
--charcoal-700: #296689;
--charcoal-800: #1D4962;
--charcoal-900: #132F3F;
--charcoal-950: #0C1D27;
}