#7fe8eb
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 232, 235
HSL
182°, 73%, 71%
CMYK
46, 1, 0, 8
Luminance
0.6822
Every format
| HEX | #7fe8eb |
| RGB | rgb(127, 232, 235) |
| HSL | hsl(182, 73%, 71%) |
| CMYK | cmyk(46%, 1%, 0%, 8%) |
| LAB | lab(86.1 -29.6 -10.9) |
| LCH | lch(86.1 31.6 200.2) |
| OKLCH | oklch(0.869 0.098 197.9) |
Copy-ready code
/* CSS */
color: #7fe8eb;
background-color: #7fe8eb;
/* Tailwind (arbitrary) */
class="text-[#7fe8eb] bg-[#7fe8eb]"
/* SCSS */
$brand: #7fe8eb;
/* SwiftUI */
Color(red: 0.498, green: 0.910, blue: 0.922)
/* Android */
Color.parseColor("#7fe8eb")Accessibility — WCAG contrast
Aa
#7fe8eb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fe8eb on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green91.0%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta1.3%
Yellow0.0%
Key (black)7.8%
Color previews
#7fe8eb text on a black background
contrast 14.64:1
Card sample
#7fe8eb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fe8eb;
Background color
Panel with #7fe8eb background
background-color: #7fe8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fe8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 232, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 232, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fe8eb; background: linear-gradient(135deg, #7fe8eb, #7FA0EB);