Charcoal
#194E67
BlueColor Codes
All color formats for development
HEX
#194E67RGB
rgb(25, 78, 103)HSL
hsl(199, 61%, 25%)OKLCH
oklch(0.401 0.069 232.8)CMYK
cmyk(76%, 24%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16465C
2#143E52
3#113748
4#0F2F3E
5#0C2733
6#0A1F29
7#07171F
8#051015
9#02080A
Tints
Lighter variations
1#206585
2#287DA4
3#2F94C3
4#46A6D2
5#65B5DA
6#84C4E1
7#A3D2E9
8#C1E1F0
9#E0F0F8
Tones
Muted variations
1#1D4D63
2#214B5F
3#254A5B
4#284857
5#2C4753
6#30454F
7#34444B
8#384348
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE5 #CAE5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D1 #A1D1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBA #6FBADC | Disabled statesSecondary iconsMuted text |
| 500 | 46A6 #46A6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C89 #2C89B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236D #236D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194E #194E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1032 #103242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E2F1F8;
--charcoal-200: #CAE5F2;
--charcoal-300: #A1D1E8;
--charcoal-400: #6FBADC;
--charcoal-500: #46A6D2;
--charcoal-600: #2C89B5;
--charcoal-700: #236D90;
--charcoal-800: #194E67;
--charcoal-900: #103242;
--charcoal-950: #0A1F29;
}