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