#7fdce0
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 220, 224
HSL
183°, 61%, 69%
CMYK
43, 2, 0, 12
Luminance
0.6108
Every format
| HEX | #7fdce0 |
| RGB | rgb(127, 220, 224) |
| HSL | hsl(183, 61%, 69%) |
| CMYK | cmyk(43%, 2%, 0%, 12%) |
| LAB | lab(82.4 -26.6 -10.6) |
| LCH | lch(82.4 28.7 201.7) |
| OKLCH | oklch(0.838 0.089 199.2) |
Copy-ready code
/* CSS */
color: #7fdce0;
background-color: #7fdce0;
/* Tailwind (arbitrary) */
class="text-[#7fdce0] bg-[#7fdce0]"
/* SCSS */
$brand: #7fdce0;
/* SwiftUI */
Color(red: 0.498, green: 0.863, blue: 0.878)
/* Android */
Color.parseColor("#7fdce0")Accessibility — WCAG contrast
Aa
#7fdce0 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdce0 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.3%
Blue87.8%
CMYK percentages
Cyan43.3%
Magenta1.8%
Yellow0.0%
Key (black)12.2%
Color previews
#7fdce0 text on a black background
contrast 13.22:1
Card sample
#7fdce0 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdce0;
Background color
Panel with #7fdce0 background
background-color: #7fdce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 220, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 220, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdce0; background: linear-gradient(135deg, #7fdce0, #7F9BE0);