Charcoal
#122F40
BlueColor Codes
All color formats for development
HEX
#122F40RGB
rgb(18, 47, 64)HSL
hsl(202, 56%, 16%)OKLCH
oklch(0.292 0.047 237.1)CMYK
cmyk(72%, 27%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#102A39
2#0E2633
3#0D212D
4#0B1C26
5#091720
6#071319
7#050E13
8#04090D
9#020506
Tints
Lighter variations
1#1B4861
2#256082
3#2E79A4
4#3891C5
5#58A4D0
6#79B6D9
7#9BC8E3
8#BCDBEC
9#DEEDF6
Tones
Muted variations
1#142E3D
2#172E3B
3#192D39
4#1B2C37
5#1D2C34
6#202B32
7#222B30
8#242A2D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE3 #CBE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CD #A4CDE5 | BordersInactive statesPlaceholder text |
| 400 | 74B3 #74B3D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C9D #4C9DCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3181 #3181AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2767 #27678B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C49 #1C4963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122F #122F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3F0F7;
--charcoal-200: #CBE3F0;
--charcoal-300: #A4CDE5;
--charcoal-400: #74B3D8;
--charcoal-500: #4C9DCD;
--charcoal-600: #3181AF;
--charcoal-700: #27678B;
--charcoal-800: #1C4963;
--charcoal-900: #122F40;
--charcoal-950: #0B1D28;
}