#4fbceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
79, 188, 235
HSL
198°, 80%, 62%
CMYK
66, 20, 0, 8
Luminance
0.4363
Every format
| HEX | #4fbceb |
| RGB | rgb(79, 188, 235) |
| HSL | hsl(198, 80%, 62%) |
| CMYK | cmyk(66%, 20%, 0%, 8%) |
| LAB | lab(72.0 -16.8 -32.5) |
| LCH | lch(72.0 36.6 242.7) |
| OKLCH | oklch(0.751 0.119 229.8) |
Copy-ready code
/* CSS */
color: #4fbceb;
background-color: #4fbceb;
/* Tailwind (arbitrary) */
class="text-[#4fbceb] bg-[#4fbceb]"
/* SCSS */
$brand: #4fbceb;
/* SwiftUI */
Color(red: 0.310, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#4fbceb")Accessibility — WCAG contrast
Aa
#4fbceb on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbceb on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green73.7%
Blue92.2%
CMYK percentages
Cyan66.4%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#4fbceb text on a black background
contrast 9.73:1
Card sample
#4fbceb text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbceb;
Background color
Panel with #4fbceb background
background-color: #4fbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbceb; background: linear-gradient(135deg, #4fbceb, #4F54EB);