#22697f
a dark, vivid cyan · cool · closest name: darkslategray
RGB
34, 105, 127
HSL
194°, 58%, 32%
CMYK
73, 17, 0, 50
Luminance
0.1198
Every format
| HEX | #22697f |
| RGB | rgb(34, 105, 127) |
| HSL | hsl(194, 58%, 32%) |
| CMYK | cmyk(73%, 17%, 0%, 50%) |
| LAB | lab(41.2 -14.1 -18.6) |
| LCH | lch(41.2 23.3 232.8) |
| OKLCH | oklch(0.487 0.077 222.5) |
Copy-ready code
/* CSS */
color: #22697f;
background-color: #22697f;
/* Tailwind (arbitrary) */
class="text-[#22697f] bg-[#22697f]"
/* SCSS */
$brand: #22697f;
/* SwiftUI */
Color(red: 0.133, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#22697f")Accessibility — WCAG contrast
Aa
#22697f on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#22697f on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green41.2%
Blue49.8%
CMYK percentages
Cyan73.2%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#22697f text on a black background
contrast 3.40:1
Card sample
#22697f text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22697f;
Background color
Panel with #22697f background
background-color: #22697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22697f; background: linear-gradient(135deg, #22697f, #222B7F);