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