#4fcddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 205, 223
HSL
188°, 69%, 59%
CMYK
65, 8, 0, 13
Luminance
0.5065
Every format
| HEX | #4fcddf |
| RGB | rgb(79, 205, 223) |
| HSL | hsl(188, 69%, 59%) |
| CMYK | cmyk(65%, 8%, 0%, 13%) |
| LAB | lab(76.5 -29.0 -19.2) |
| LCH | lch(76.5 34.8 213.5) |
| OKLCH | oklch(0.786 0.112 208.4) |
Copy-ready code
/* CSS */
color: #4fcddf;
background-color: #4fcddf;
/* Tailwind (arbitrary) */
class="text-[#4fcddf] bg-[#4fcddf]"
/* SCSS */
$brand: #4fcddf;
/* SwiftUI */
Color(red: 0.310, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#4fcddf")Accessibility — WCAG contrast
Aa
#4fcddf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcddf on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.4%
Blue87.5%
CMYK percentages
Cyan64.6%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#4fcddf text on a black background
contrast 11.13:1
Card sample
#4fcddf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcddf;
Background color
Panel with #4fcddf background
background-color: #4fcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcddf; background: linear-gradient(135deg, #4fcddf, #4F6DDF);