#7fdee3
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 222, 227
HSL
183°, 64%, 69%
CMYK
44, 2, 0, 11
Luminance
0.6230
Every format
| HEX | #7fdee3 |
| RGB | rgb(127, 222, 227) |
| HSL | hsl(183, 64%, 69%) |
| CMYK | cmyk(44%, 2%, 0%, 11%) |
| LAB | lab(83.1 -26.8 -11.2) |
| LCH | lch(83.1 29.1 202.7) |
| OKLCH | oklch(0.844 0.090 200.0) |
Copy-ready code
/* CSS */
color: #7fdee3;
background-color: #7fdee3;
/* Tailwind (arbitrary) */
class="text-[#7fdee3] bg-[#7fdee3]"
/* SCSS */
$brand: #7fdee3;
/* SwiftUI */
Color(red: 0.498, green: 0.871, blue: 0.890)
/* Android */
Color.parseColor("#7fdee3")Accessibility — WCAG contrast
Aa
#7fdee3 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdee3 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green87.1%
Blue89.0%
CMYK percentages
Cyan44.1%
Magenta2.2%
Yellow0.0%
Key (black)11.0%
Color previews
#7fdee3 text on a black background
contrast 13.46:1
Card sample
#7fdee3 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdee3;
Background color
Panel with #7fdee3 background
background-color: #7fdee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 222, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 222, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdee3; background: linear-gradient(135deg, #7fdee3, #7F9BE3);