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