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