#79fceb
a light, electric cyan · cool · closest name: turquoise
RGB
121, 252, 235
HSL
172°, 96%, 73%
CMYK
52, 0, 7, 1
Luminance
0.7968
Every format
| HEX | #79fceb |
| RGB | rgb(121, 252, 235) |
| HSL | hsl(172, 96%, 73%) |
| CMYK | cmyk(52%, 0%, 7%, 1%) |
| LAB | lab(91.5 -40.2 -2.9) |
| LCH | lch(91.5 40.3 184.2) |
| OKLCH | oklch(0.912 0.119 184.1) |
Copy-ready code
/* CSS */
color: #79fceb;
background-color: #79fceb;
/* Tailwind (arbitrary) */
class="text-[#79fceb] bg-[#79fceb]"
/* SCSS */
$brand: #79fceb;
/* SwiftUI */
Color(red: 0.475, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#79fceb")Accessibility — WCAG contrast
Aa
#79fceb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79fceb on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#79fceb text on a black background
contrast 16.94:1
Card sample
#79fceb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79fceb;
Background color
Panel with #79fceb background
background-color: #79fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79fceb; background: linear-gradient(135deg, #79fceb, #79B6FC);