#7fe0eb
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 224, 235
HSL
186°, 73%, 71%
CMYK
46, 5, 0, 8
Luminance
0.6382
Every format
| HEX | #7fe0eb |
| RGB | rgb(127, 224, 235) |
| HSL | hsl(186, 73%, 71%) |
| CMYK | cmyk(46%, 5%, 0%, 8%) |
| LAB | lab(83.9 -25.8 -14.3) |
| LCH | lch(83.9 29.5 209.0) |
| OKLCH | oklch(0.851 0.093 205.1) |
Copy-ready code
/* CSS */
color: #7fe0eb;
background-color: #7fe0eb;
/* Tailwind (arbitrary) */
class="text-[#7fe0eb] bg-[#7fe0eb]"
/* SCSS */
$brand: #7fe0eb;
/* SwiftUI */
Color(red: 0.498, green: 0.878, blue: 0.922)
/* Android */
Color.parseColor("#7fe0eb")Accessibility — WCAG contrast
Aa
#7fe0eb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fe0eb on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green87.8%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta4.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7fe0eb text on a black background
contrast 13.76:1
Card sample
#7fe0eb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fe0eb;
Background color
Panel with #7fe0eb background
background-color: #7fe0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fe0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 224, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 224, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fe0eb; background: linear-gradient(135deg, #7fe0eb, #7F98EB);