#7feeeb
a light, electric cyan · cool · closest name: turquoise
RGB
127, 238, 235
HSL
178°, 77%, 72%
CMYK
47, 0, 1, 7
Luminance
0.7166
Every format
| HEX | #7feeeb |
| RGB | rgb(127, 238, 235) |
| HSL | hsl(178, 77%, 72%) |
| CMYK | cmyk(47%, 0%, 1%, 7%) |
| LAB | lab(87.8 -32.5 -8.4) |
| LCH | lch(87.8 33.6 194.5) |
| OKLCH | oklch(0.883 0.102 193.1) |
Copy-ready code
/* CSS */
color: #7feeeb;
background-color: #7feeeb;
/* Tailwind (arbitrary) */
class="text-[#7feeeb] bg-[#7feeeb]"
/* SCSS */
$brand: #7feeeb;
/* SwiftUI */
Color(red: 0.498, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#7feeeb")Accessibility — WCAG contrast
Aa
#7feeeb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7feeeb on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green93.3%
Blue92.2%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#7feeeb text on a black background
contrast 15.33:1
Card sample
#7feeeb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7feeeb;
Background color
Panel with #7feeeb background
background-color: #7feeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7feeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7feeeb; background: linear-gradient(135deg, #7feeeb, #7FA7EE);