#7fdcee
a light, electric cyan · cool · closest name: skyblue
RGB
127, 220, 238
HSL
190°, 77%, 72%
CMYK
47, 8, 0, 7
Luminance
0.6187
Every format
| HEX | #7fdcee |
| RGB | rgb(127, 220, 238) |
| HSL | hsl(190, 77%, 72%) |
| CMYK | cmyk(47%, 8%, 0%, 7%) |
| LAB | lab(82.8 -23.0 -17.4) |
| LCH | lch(82.8 28.9 217.1) |
| OKLCH | oklch(0.843 0.092 211.5) |
Copy-ready code
/* CSS */
color: #7fdcee;
background-color: #7fdcee;
/* Tailwind (arbitrary) */
class="text-[#7fdcee] bg-[#7fdcee]"
/* SCSS */
$brand: #7fdcee;
/* SwiftUI */
Color(red: 0.498, green: 0.863, blue: 0.933)
/* Android */
Color.parseColor("#7fdcee")Accessibility — WCAG contrast
Aa
#7fdcee on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdcee on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.3%
Blue93.3%
CMYK percentages
Cyan46.6%
Magenta7.6%
Yellow0.0%
Key (black)6.7%
Color previews
#7fdcee text on a black background
contrast 13.37:1
Card sample
#7fdcee text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdcee;
Background color
Panel with #7fdcee background
background-color: #7fdcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 220, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 220, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdcee; background: linear-gradient(135deg, #7fdcee, #7F92EE);