Charcoal
#122E3F
BlueColor Codes
All color formats for development
HEX
#122E3FRGB
rgb(18, 46, 63)HSL
hsl(203, 56%, 16%)OKLCH
oklch(0.288 0.046 237.9)CMYK
cmyk(71%, 27%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#102A39
2#0E2533
3#0D202D
4#0B1C26
5#091720
6#071219
7#050E13
8#04090D
9#020506
Tints
Lighter variations
1#1B4661
2#255F82
3#2E77A4
4#388FC5
5#58A2D0
6#79B5D9
7#9BC7E3
8#BCDAEC
9#DEECF6
Tones
Muted variations
1#142E3D
2#172D3B
3#192D39
4#1B2C37
5#1D2B34
6#202B32
7#222A30
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 | E3EF #E3EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE2 #CBE2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CC #A4CCE5 | BordersInactive statesPlaceholder text |
| 400 | 74B1 #74B1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C9B #4C9BCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 317F #317FAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2765 #27658B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C48 #1C4863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122E #122E40 | 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: #E3EFF7;
--charcoal-200: #CBE2F0;
--charcoal-300: #A4CCE5;
--charcoal-400: #74B1D8;
--charcoal-500: #4C9BCD;
--charcoal-600: #317FAF;
--charcoal-700: #27658B;
--charcoal-800: #1C4863;
--charcoal-900: #122E40;
--charcoal-950: #0B1D28;
}