#7fccda
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 204, 218
HSL
189°, 55%, 68%
CMYK
42, 6, 0, 15
Luminance
0.5276
Every format
| HEX | #7fccda |
| RGB | rgb(127, 204, 218) |
| HSL | hsl(189, 55%, 68%) |
| CMYK | cmyk(42%, 6%, 0%, 15%) |
| LAB | lab(77.7 -20.2 -14.4) |
| LCH | lch(77.7 24.8 215.5) |
| OKLCH | oklch(0.800 0.079 210.3) |
Copy-ready code
/* CSS */
color: #7fccda;
background-color: #7fccda;
/* Tailwind (arbitrary) */
class="text-[#7fccda] bg-[#7fccda]"
/* SCSS */
$brand: #7fccda;
/* SwiftUI */
Color(red: 0.498, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#7fccda")Accessibility — WCAG contrast
Aa
#7fccda on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fccda on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.0%
Blue85.5%
CMYK percentages
Cyan41.7%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#7fccda text on a black background
contrast 11.55:1
Card sample
#7fccda text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fccda;
Background color
Panel with #7fccda background
background-color: #7fccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fccda; background: linear-gradient(135deg, #7fccda, #7F8FDA);