#7fdfdf
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 223, 223
HSL
180°, 60%, 69%
CMYK
43, 0, 0, 13
Luminance
0.6262
Every format
| HEX | #7fdfdf |
| RGB | rgb(127, 223, 223) |
| HSL | hsl(180, 60%, 69%) |
| CMYK | cmyk(43%, 0%, 0%, 13%) |
| LAB | lab(83.2 -28.3 -8.9) |
| LCH | lch(83.2 29.7 197.4) |
| OKLCH | oklch(0.845 0.091 195.6) |
Copy-ready code
/* CSS */
color: #7fdfdf;
background-color: #7fdfdf;
/* Tailwind (arbitrary) */
class="text-[#7fdfdf] bg-[#7fdfdf]"
/* SCSS */
$brand: #7fdfdf;
/* SwiftUI */
Color(red: 0.498, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#7fdfdf")Accessibility — WCAG contrast
Aa
#7fdfdf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdfdf on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green87.5%
Blue87.5%
CMYK percentages
Cyan43.0%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#7fdfdf text on a black background
contrast 13.52:1
Card sample
#7fdfdf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdfdf;
Background color
Panel with #7fdfdf background
background-color: #7fdfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdfdf; background: linear-gradient(135deg, #7fdfdf, #7F9FDF);