Charcoal
#123D6E
BlueColor Codes
All color formats for development
HEX
#123D6ERGB
rgb(18, 61, 110)HSL
hsl(212, 72%, 25%)OKLCH
oklch(0.359 0.097 254.4)CMYK
cmyk(84%, 45%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103763
2#0E3158
3#0C2A4D
4#0B2442
5#091E37
6#07182C
7#051221
8#040C16
9#02060B
Tints
Lighter variations
1#174F8F
2#1D61AF
3#2273D0
4#3A87DF
5#5B9BE4
6#7BAFEA
7#9CC3EF
8#BDD7F4
9#DEEBFA
Tones
Muted variations
1#163D69
2#1B3D64
3#203E60
4#243E5B
5#293E57
6#2D3F52
7#323F4E
8#373F49
9#3B3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DC #C6DCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC2 #9AC2EF | BordersInactive statesPlaceholder text |
| 400 | 65A1 #65A1E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A87 #3A87DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F6B #1F6BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1955 #19559A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 123D #123D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B27 #0B2746 | Primary textHigh emphasis contentDark headings |
| 950 | 0718 #07182C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E0ECFA;
--charcoal-200: #C6DCF6;
--charcoal-300: #9AC2EF;
--charcoal-400: #65A1E6;
--charcoal-500: #3A87DF;
--charcoal-600: #1F6BC1;
--charcoal-700: #19559A;
--charcoal-800: #123D6E;
--charcoal-900: #0B2746;
--charcoal-950: #07182C;
}