#7febdf
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 235, 223
HSL
173°, 73%, 71%
CMYK
46, 0, 5, 8
Luminance
0.6926
Every format
| HEX | #7febdf |
| RGB | rgb(127, 235, 223) |
| HSL | hsl(173, 73%, 71%) |
| CMYK | cmyk(46%, 0%, 5%, 8%) |
| LAB | lab(86.6 -34.0 -3.9) |
| LCH | lch(86.6 34.2 186.5) |
| OKLCH | oklch(0.872 0.102 186.1) |
Copy-ready code
/* CSS */
color: #7febdf;
background-color: #7febdf;
/* Tailwind (arbitrary) */
class="text-[#7febdf] bg-[#7febdf]"
/* SCSS */
$brand: #7febdf;
/* SwiftUI */
Color(red: 0.498, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#7febdf")Accessibility — WCAG contrast
Aa
#7febdf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7febdf on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green92.2%
Blue87.5%
CMYK percentages
Cyan46.0%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#7febdf text on a black background
contrast 14.85:1
Card sample
#7febdf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7febdf;
Background color
Panel with #7febdf background
background-color: #7febdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7febdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7febdf; background: linear-gradient(135deg, #7febdf, #7FAFEB);