#246775
a dark, vivid cyan · cool · closest name: darkslategray
RGB
36, 103, 117
HSL
190°, 53%, 30%
CMYK
69, 12, 0, 54
Luminance
0.1136
Every format
| HEX | #246775 |
| RGB | rgb(36, 103, 117) |
| HSL | hsl(190, 53%, 30%) |
| CMYK | cmyk(69%, 12%, 0%, 54%) |
| LAB | lab(40.2 -16.1 -14.0) |
| LCH | lch(40.2 21.3 221.1) |
| OKLCH | oklch(0.478 0.070 214.1) |
Copy-ready code
/* CSS */
color: #246775;
background-color: #246775;
/* Tailwind (arbitrary) */
class="text-[#246775] bg-[#246775]"
/* SCSS */
$brand: #246775;
/* SwiftUI */
Color(red: 0.141, green: 0.404, blue: 0.459)
/* Android */
Color.parseColor("#246775")Accessibility — WCAG contrast
Aa
#246775 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246775 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green40.4%
Blue45.9%
CMYK percentages
Cyan69.2%
Magenta12.0%
Yellow0.0%
Key (black)54.1%
Color previews
#246775 text on a black background
contrast 3.27:1
Card sample
#246775 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246775;
Background color
Panel with #246775 background
background-color: #246775;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246775;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 103, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 103, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246775; background: linear-gradient(135deg, #246775, #243175);