#4fadcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 173, 207
HSL
196°, 57%, 56%
CMYK
62, 16, 0, 19
Luminance
0.3605
Every format
| HEX | #4fadcf |
| RGB | rgb(79, 173, 207) |
| HSL | hsl(196, 57%, 56%) |
| CMYK | cmyk(62%, 16%, 0%, 19%) |
| LAB | lab(66.6 -17.6 -25.6) |
| LCH | lch(66.6 31.0 235.4) |
| OKLCH | oklch(0.705 0.101 224.8) |
Copy-ready code
/* CSS */
color: #4fadcf;
background-color: #4fadcf;
/* Tailwind (arbitrary) */
class="text-[#4fadcf] bg-[#4fadcf]"
/* SCSS */
$brand: #4fadcf;
/* SwiftUI */
Color(red: 0.310, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#4fadcf")Accessibility — WCAG contrast
Aa
#4fadcf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fadcf on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.8%
Blue81.2%
CMYK percentages
Cyan61.8%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#4fadcf text on a black background
contrast 8.21:1
Card sample
#4fadcf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fadcf;
Background color
Panel with #4fadcf background
background-color: #4fadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fadcf; background: linear-gradient(135deg, #4fadcf, #4F58CF);