Charcoal
#194A67
BlueColor Codes
All color formats for development
HEX
#194A67RGB
rgb(25, 74, 103)HSL
hsl(202, 61%, 25%)OKLCH
oklch(0.391 0.071 238.6)CMYK
cmyk(76%, 28%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16435C
2#143B52
3#113448
4#0F2C3E
5#0C2533
6#0A1E29
7#07161F
8#050F15
9#02070A
Tints
Lighter variations
1#206085
2#2877A4
3#2F8DC3
4#469FD2
5#65AFDA
6#84BFE1
7#A3CFE9
8#C1DFF0
9#E0EFF8
Tones
Muted variations
1#1D4963
2#21485F
3#25475B
4#284657
5#2C4553
6#30444F
7#34434B
8#384248
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CE #A1CEE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB4 #6FB4DC | Disabled statesSecondary iconsMuted text |
| 500 | 469F #469FD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C82 #2C82B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2368 #236890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194A #194A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E2F0F8;
--charcoal-200: #CAE3F2;
--charcoal-300: #A1CEE8;
--charcoal-400: #6FB4DC;
--charcoal-500: #469FD2;
--charcoal-600: #2C82B5;
--charcoal-700: #236890;
--charcoal-800: #194A67;
--charcoal-900: #102F42;
--charcoal-950: #0A1E29;
}