#7fdfec
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 223, 236
HSL
187°, 74%, 71%
CMYK
46, 6, 0, 8
Luminance
0.6334
Every format
| HEX | #7fdfec |
| RGB | rgb(127, 223, 236) |
| HSL | hsl(187, 74%, 71%) |
| CMYK | cmyk(46%, 6%, 0%, 8%) |
| LAB | lab(83.6 -25.0 -15.2) |
| LCH | lch(83.6 29.3 211.2) |
| OKLCH | oklch(0.849 0.093 206.9) |
Copy-ready code
/* CSS */
color: #7fdfec;
background-color: #7fdfec;
/* Tailwind (arbitrary) */
class="text-[#7fdfec] bg-[#7fdfec]"
/* SCSS */
$brand: #7fdfec;
/* SwiftUI */
Color(red: 0.498, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#7fdfec")Accessibility — WCAG contrast
Aa
#7fdfec on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdfec on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green87.5%
Blue92.5%
CMYK percentages
Cyan46.2%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#7fdfec text on a black background
contrast 13.67:1
Card sample
#7fdfec text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdfec;
Background color
Panel with #7fdfec background
background-color: #7fdfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdfec; background: linear-gradient(135deg, #7fdfec, #7F96EC);