#7fdee9
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 222, 233
HSL
186°, 71%, 71%
CMYK
46, 5, 0, 9
Luminance
0.6264
Every format
| HEX | #7fdee9 |
| RGB | rgb(127, 222, 233) |
| HSL | hsl(186, 71%, 71%) |
| CMYK | cmyk(46%, 5%, 0%, 9%) |
| LAB | lab(83.3 -25.3 -14.2) |
| LCH | lch(83.3 29.0 209.2) |
| OKLCH | oklch(0.846 0.091 205.2) |
Copy-ready code
/* CSS */
color: #7fdee9;
background-color: #7fdee9;
/* Tailwind (arbitrary) */
class="text-[#7fdee9] bg-[#7fdee9]"
/* SCSS */
$brand: #7fdee9;
/* SwiftUI */
Color(red: 0.498, green: 0.871, blue: 0.914)
/* Android */
Color.parseColor("#7fdee9")Accessibility — WCAG contrast
Aa
#7fdee9 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdee9 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green87.1%
Blue91.4%
CMYK percentages
Cyan45.5%
Magenta4.7%
Yellow0.0%
Key (black)8.6%
Color previews
#7fdee9 text on a black background
contrast 13.53:1
Card sample
#7fdee9 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdee9;
Background color
Panel with #7fdee9 background
background-color: #7fdee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 222, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 222, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdee9; background: linear-gradient(135deg, #7fdee9, #7F97E9);