#4fcfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 207, 223
HSL
187°, 69%, 59%
CMYK
65, 7, 0, 13
Luminance
0.5162
Every format
| HEX | #4fcfdf |
| RGB | rgb(79, 207, 223) |
| HSL | hsl(187, 69%, 59%) |
| CMYK | cmyk(65%, 7%, 0%, 13%) |
| LAB | lab(77.0 -30.0 -18.3) |
| LCH | lch(77.0 35.1 211.4) |
| OKLCH | oklch(0.791 0.113 206.8) |
Copy-ready code
/* CSS */
color: #4fcfdf;
background-color: #4fcfdf;
/* Tailwind (arbitrary) */
class="text-[#4fcfdf] bg-[#4fcfdf]"
/* SCSS */
$brand: #4fcfdf;
/* SwiftUI */
Color(red: 0.310, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#4fcfdf")Accessibility — WCAG contrast
Aa
#4fcfdf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcfdf on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green81.2%
Blue87.5%
CMYK percentages
Cyan64.6%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#4fcfdf text on a black background
contrast 11.32:1
Card sample
#4fcfdf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcfdf;
Background color
Panel with #4fcfdf background
background-color: #4fcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcfdf; background: linear-gradient(135deg, #4fcfdf, #4F6FDF);