#79cfcc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
121, 207, 204
HSL
178°, 47%, 64%
CMYK
42, 0, 1, 19
Luminance
0.5305
Every format
| HEX | #79cfcc |
| RGB | rgb(121, 207, 204) |
| HSL | hsl(178, 47%, 64%) |
| CMYK | cmyk(42%, 0%, 1%, 19%) |
| LAB | lab(77.9 -26.7 -6.7) |
| LCH | lch(77.9 27.5 194.0) |
| OKLCH | oklch(0.799 0.084 192.7) |
Copy-ready code
/* CSS */
color: #79cfcc;
background-color: #79cfcc;
/* Tailwind (arbitrary) */
class="text-[#79cfcc] bg-[#79cfcc]"
/* SCSS */
$brand: #79cfcc;
/* SwiftUI */
Color(red: 0.475, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#79cfcc")Accessibility — WCAG contrast
Aa
#79cfcc on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79cfcc on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green81.2%
Blue80.0%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#79cfcc text on a black background
contrast 11.61:1
Card sample
#79cfcc text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79cfcc;
Background color
Panel with #79cfcc background
background-color: #79cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79cfcc; background: linear-gradient(135deg, #79cfcc, #7999CF);