#7fdceb
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 220, 235
HSL
188°, 73%, 71%
CMYK
46, 6, 0, 8
Luminance
0.6170
Every format
| HEX | #7fdceb |
| RGB | rgb(127, 220, 235) |
| HSL | hsl(188, 73%, 71%) |
| CMYK | cmyk(46%, 6%, 0%, 8%) |
| LAB | lab(82.8 -23.8 -16.0) |
| LCH | lch(82.8 28.7 213.8) |
| OKLCH | oklch(0.842 0.091 208.9) |
Copy-ready code
/* CSS */
color: #7fdceb;
background-color: #7fdceb;
/* Tailwind (arbitrary) */
class="text-[#7fdceb] bg-[#7fdceb]"
/* SCSS */
$brand: #7fdceb;
/* SwiftUI */
Color(red: 0.498, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#7fdceb")Accessibility — WCAG contrast
Aa
#7fdceb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdceb on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.3%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#7fdceb text on a black background
contrast 13.34:1
Card sample
#7fdceb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdceb;
Background color
Panel with #7fdceb background
background-color: #7fdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdceb; background: linear-gradient(135deg, #7fdceb, #7F94EB);