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