#4fc9da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 201, 218
HSL
187°, 65%, 58%
CMYK
64, 8, 0, 15
Luminance
0.4850
Every format
| HEX | #4fc9da |
| RGB | rgb(79, 201, 218) |
| HSL | hsl(187, 65%, 58%) |
| CMYK | cmyk(64%, 8%, 0%, 15%) |
| LAB | lab(75.1 -28.5 -18.5) |
| LCH | lch(75.1 34.0 213.0) |
| OKLCH | oklch(0.775 0.109 208.0) |
Copy-ready code
/* CSS */
color: #4fc9da;
background-color: #4fc9da;
/* Tailwind (arbitrary) */
class="text-[#4fc9da] bg-[#4fc9da]"
/* SCSS */
$brand: #4fc9da;
/* SwiftUI */
Color(red: 0.310, green: 0.788, blue: 0.855)
/* Android */
Color.parseColor("#4fc9da")Accessibility — WCAG contrast
Aa
#4fc9da on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fc9da on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green78.8%
Blue85.5%
CMYK percentages
Cyan63.8%
Magenta7.8%
Yellow0.0%
Key (black)14.5%
Color previews
#4fc9da text on a black background
contrast 10.70:1
Card sample
#4fc9da text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fc9da;
Background color
Panel with #4fc9da background
background-color: #4fc9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fc9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 201, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 201, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fc9da; background: linear-gradient(135deg, #4fc9da, #4F6CDA);