#7fdcca
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 220, 202
HSL
168°, 57%, 68%
CMYK
42, 0, 8, 14
Luminance
0.5996
Every format
| HEX | #7fdcca |
| RGB | rgb(127, 220, 202) |
| HSL | hsl(168, 57%, 68%) |
| CMYK | cmyk(42%, 0%, 8%, 14%) |
| LAB | lab(81.8 -31.9 0.2) |
| LCH | lch(81.8 31.9 179.7) |
| OKLCH | oklch(0.832 0.093 180.0) |
Copy-ready code
/* CSS */
color: #7fdcca;
background-color: #7fdcca;
/* Tailwind (arbitrary) */
class="text-[#7fdcca] bg-[#7fdcca]"
/* SCSS */
$brand: #7fdcca;
/* SwiftUI */
Color(red: 0.498, green: 0.863, blue: 0.792)
/* Android */
Color.parseColor("#7fdcca")Accessibility — WCAG contrast
Aa
#7fdcca on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdcca on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.3%
Blue79.2%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow8.2%
Key (black)13.7%
Color previews
#7fdcca text on a black background
contrast 12.99:1
Card sample
#7fdcca text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdcca;
Background color
Panel with #7fdcca background
background-color: #7fdcca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdcca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 220, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 220, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdcca; background: linear-gradient(135deg, #7fdcca, #7FB0DC);