#7ffeee
a light, electric cyan · cool · closest name: turquoise
RGB
127, 254, 238
HSL
172°, 98%, 75%
CMYK
50, 0, 6, 0
Luminance
0.8157
Every format
| HEX | #7ffeee |
| RGB | rgb(127, 254, 238) |
| HSL | hsl(172, 98%, 75%) |
| CMYK | cmyk(50%, 0%, 6%, 0%) |
| LAB | lab(92.4 -39.1 -3.2) |
| LCH | lch(92.4 39.3 184.7) |
| OKLCH | oklch(0.920 0.116 184.6) |
Copy-ready code
/* CSS */
color: #7ffeee;
background-color: #7ffeee;
/* Tailwind (arbitrary) */
class="text-[#7ffeee] bg-[#7ffeee]"
/* SCSS */
$brand: #7ffeee;
/* SwiftUI */
Color(red: 0.498, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#7ffeee")Accessibility — WCAG contrast
Aa
#7ffeee on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffeee on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green99.6%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#7ffeee text on a black background
contrast 17.31:1
Card sample
#7ffeee text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffeee;
Background color
Panel with #7ffeee background
background-color: #7ffeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffeee; background: linear-gradient(135deg, #7ffeee, #7FB9FE);