Charcoal
#132E3E
BlueColor Codes
All color formats for development
HEX
#132E3ERGB
rgb(19, 46, 62)HSL
hsl(202, 53%, 16%)OKLCH
oklch(0.288 0.044 237)CMYK
cmyk(69%, 26%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112A38
2#0F2532
3#0D212C
4#0C1C25
5#0A171F
6#081319
7#060E13
8#04090C
9#020506
Tints
Lighter variations
1#1D475F
2#275F80
3#3178A1
4#3B90C2
5#5BA3CD
6#7CB5D7
7#9DC8E1
8#BDDAEB
9#DEEDF5
Tones
Muted variations
1#152E3C
2#182D3A
3#1A2D38
4#1C2C36
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 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CD #A5CDE3 | BordersInactive statesPlaceholder text |
| 400 | 76B2 #76B2D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F9C #4F9CC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3580 #3580AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A66 #2A6689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E49 #1E4962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3E | 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: #CCE3EF;
--charcoal-300: #A5CDE3;
--charcoal-400: #76B2D5;
--charcoal-500: #4F9CC9;
--charcoal-600: #3580AC;
--charcoal-700: #2A6689;
--charcoal-800: #1E4962;
--charcoal-900: #132F3E;
--charcoal-950: #0C1D27;
}