#4ddfeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
77, 223, 235
HSL
185°, 80%, 61%
CMYK
67, 5, 0, 8
Luminance
0.6035
Every format
| HEX | #4ddfeb |
| RGB | rgb(77, 223, 235) |
| HSL | hsl(185, 80%, 61%) |
| CMYK | cmyk(67%, 5%, 0%, 8%) |
| LAB | lab(82.0 -34.5 -17.2) |
| LCH | lch(82.0 38.5 206.5) |
| OKLCH | oklch(0.832 0.122 203.0) |
Copy-ready code
/* CSS */
color: #4ddfeb;
background-color: #4ddfeb;
/* Tailwind (arbitrary) */
class="text-[#4ddfeb] bg-[#4ddfeb]"
/* SCSS */
$brand: #4ddfeb;
/* SwiftUI */
Color(red: 0.302, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#4ddfeb")Accessibility — WCAG contrast
Aa
#4ddfeb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ddfeb on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green87.5%
Blue92.2%
CMYK percentages
Cyan67.2%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#4ddfeb text on a black background
contrast 13.07:1
Card sample
#4ddfeb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ddfeb;
Background color
Panel with #4ddfeb background
background-color: #4ddfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ddfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ddfeb; background: linear-gradient(135deg, #4ddfeb, #4D76EB);