#4fbfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 191, 223
HSL
193°, 69%, 59%
CMYK
65, 14, 0, 13
Luminance
0.4425
Every format
| HEX | #4fbfdf |
| RGB | rgb(79, 191, 223) |
| HSL | hsl(193, 69%, 59%) |
| CMYK | cmyk(65%, 14%, 0%, 13%) |
| LAB | lab(72.4 -22.1 -25.4) |
| LCH | lch(72.4 33.6 229.0) |
| OKLCH | oklch(0.753 0.110 220.0) |
Copy-ready code
/* CSS */
color: #4fbfdf;
background-color: #4fbfdf;
/* Tailwind (arbitrary) */
class="text-[#4fbfdf] bg-[#4fbfdf]"
/* SCSS */
$brand: #4fbfdf;
/* SwiftUI */
Color(red: 0.310, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#4fbfdf")Accessibility — WCAG contrast
Aa
#4fbfdf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbfdf on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green74.9%
Blue87.5%
CMYK percentages
Cyan64.6%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4fbfdf text on a black background
contrast 9.85:1
Card sample
#4fbfdf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbfdf;
Background color
Panel with #4fbfdf background
background-color: #4fbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbfdf; background: linear-gradient(135deg, #4fbfdf, #4F5FDF);