Charcoal
#132F3E
BlueColor Codes
All color formats for development
HEX
#132F3ERGB
rgb(19, 47, 62)HSL
hsl(201, 53%, 16%)OKLCH
oklch(0.291 0.044 234.4)CMYK
cmyk(69%, 24%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112B38
2#0F2632
3#0D212C
4#0C1C25
5#0A181F
6#081319
7#060E13
8#04090C
9#020506
Tints
Lighter variations
1#1D485F
2#276180
3#317AA1
4#3B93C2
5#5BA5CD
6#7CB7D7
7#9DC9E1
8#BDDBEB
9#DEEDF5
Tones
Muted variations
1#152F3C
2#182E3A
3#1A2D38
4#1C2D36
5#1E2C34
6#202B31
7#222B2F
8#242A2D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CE #A5CEE3 | BordersInactive statesPlaceholder text |
| 400 | 76B4 #76B4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F9E #4F9EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3582 #3582AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A67 #2A6789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4A #1E4A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F0F7;
--charcoal-200: #CCE3EF;
--charcoal-300: #A5CEE3;
--charcoal-400: #76B4D5;
--charcoal-500: #4F9EC9;
--charcoal-600: #3582AC;
--charcoal-700: #2A6789;
--charcoal-800: #1E4A62;
--charcoal-900: #132F3E;
--charcoal-950: #0C1E27;
}