#22bfac
a dark, vivid cyan · cool · closest name: turquoise
RGB
34, 191, 172
HSL
173°, 70%, 44%
CMYK
82, 0, 10, 25
Luminance
0.4058
Every format
| HEX | #22bfac |
| RGB | rgb(34, 191, 172) |
| HSL | hsl(173, 70%, 44%) |
| CMYK | cmyk(82%, 0%, 10%, 25%) |
| LAB | lab(69.9 -42.6 -1.4) |
| LCH | lch(69.9 42.6 181.9) |
| OKLCH | oklch(0.725 0.124 182.1) |
Copy-ready code
/* CSS */
color: #22bfac;
background-color: #22bfac;
/* Tailwind (arbitrary) */
class="text-[#22bfac] bg-[#22bfac]"
/* SCSS */
$brand: #22bfac;
/* SwiftUI */
Color(red: 0.133, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#22bfac")Accessibility — WCAG contrast
Aa
#22bfac on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22bfac on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green74.9%
Blue67.5%
CMYK percentages
Cyan82.2%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#22bfac text on a black background
contrast 9.12:1
Card sample
#22bfac text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22bfac;
Background color
Panel with #22bfac background
background-color: #22bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22bfac; background: linear-gradient(135deg, #22bfac, #2269BF);