#7addbf
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 221, 191
HSL
162°, 59%, 67%
CMYK
45, 0, 14, 13
Luminance
0.5961
Every format
| HEX | #7addbf |
| RGB | rgb(122, 221, 191) |
| HSL | hsl(162, 59%, 67%) |
| CMYK | cmyk(45%, 0%, 14%, 13%) |
| LAB | lab(81.6 -36.1 5.7) |
| LCH | lch(81.6 36.6 171.0) |
| OKLCH | oklch(0.829 0.104 171.9) |
Copy-ready code
/* CSS */
color: #7addbf;
background-color: #7addbf;
/* Tailwind (arbitrary) */
class="text-[#7addbf] bg-[#7addbf]"
/* SCSS */
$brand: #7addbf;
/* SwiftUI */
Color(red: 0.478, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#7addbf")Accessibility — WCAG contrast
Aa
#7addbf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7addbf on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green86.7%
Blue74.9%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow13.6%
Key (black)13.3%
Color previews
#7addbf text on a black background
contrast 12.92:1
Card sample
#7addbf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7addbf;
Background color
Panel with #7addbf background
background-color: #7addbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7addbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7addbf; background: linear-gradient(135deg, #7addbf, #7AB9DD);