Charcoal
#132D3E
BlueColor Codes
All color formats for development
HEX
#132D3ERGB
rgb(19, 45, 62)HSL
hsl(204, 53%, 16%)OKLCH
oklch(0.285 0.045 239.6)CMYK
cmyk(69%, 27%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112938
2#0F2432
3#0D202C
4#0C1B25
5#0A171F
6#081219
7#060E13
8#04090C
9#020506
Tints
Lighter variations
1#1D455F
2#275D80
3#3174A1
4#3B8CC2
5#5B9FCD
6#7CB2D7
7#9DC6E1
8#BDD9EB
9#DEECF5
Tones
Muted variations
1#152D3C
2#182C3A
3#1A2C38
4#1C2B36
5#1E2B34
6#202B31
7#222A2F
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 | E4EF #E4EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE1 #CCE1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CB #A5CBE3 | BordersInactive statesPlaceholder text |
| 400 | 76AF #76AFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F98 #4F98C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 357C #357CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A63 #2A6389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E47 #1E4762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132D #132D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FB;
--charcoal-100: #E4EFF7;
--charcoal-200: #CCE1EF;
--charcoal-300: #A5CBE3;
--charcoal-400: #76AFD5;
--charcoal-500: #4F98C9;
--charcoal-600: #357CAC;
--charcoal-700: #2A6389;
--charcoal-800: #1E4762;
--charcoal-900: #132D3E;
--charcoal-950: #0C1C27;
}