#7fccec
a light, vivid cyan · cool · “skyblue”
RGB
127, 204, 236
HSL
198°, 74%, 71%
CMYK
46, 14, 0, 8
Luminance
0.5375
Every format
| HEX | #7fccec |
| RGB | rgb(127, 204, 236) |
| HSL | hsl(198, 74%, 71%) |
| CMYK | cmyk(46%, 14%, 0%, 8%) |
| LAB | lab(78.3 -15.5 -23.2) |
| LCH | lch(78.3 27.9 236.3) |
| OKLCH | oklch(0.807 0.088 226.5) |
Copy-ready code
/* CSS */
color: #7fccec;
background-color: #7fccec;
/* Tailwind (arbitrary) */
class="text-[#7fccec] bg-[#7fccec]"
/* SCSS */
$brand: #7fccec;
/* SwiftUI */
Color(red: 0.498, green: 0.800, blue: 0.925)
/* Android */
Color.parseColor("#7fccec")Accessibility — WCAG contrast
Aa
#7fccec on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fccec on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.0%
Blue92.5%
CMYK percentages
Cyan46.2%
Magenta13.6%
Yellow0.0%
Key (black)7.5%
Color previews
#7fccec text on a black background
contrast 11.75:1
Card sample
#7fccec text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fccec;
Background color
Panel with #7fccec background
background-color: #7fccec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fccec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 204, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 204, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fccec; background: linear-gradient(135deg, #7fccec, #7F83EC);