#4fbeee
a balanced, electric cyan · cool · closest name: skyblue
RGB
79, 190, 238
HSL
198°, 82%, 62%
CMYK
67, 20, 0, 7
Luminance
0.4466
Every format
| HEX | #4fbeee |
| RGB | rgb(79, 190, 238) |
| HSL | hsl(198, 82%, 62%) |
| CMYK | cmyk(67%, 20%, 0%, 7%) |
| LAB | lab(72.7 -16.9 -33.1) |
| LCH | lch(72.7 37.2 243.0) |
| OKLCH | oklch(0.757 0.121 230.0) |
Copy-ready code
/* CSS */
color: #4fbeee;
background-color: #4fbeee;
/* Tailwind (arbitrary) */
class="text-[#4fbeee] bg-[#4fbeee]"
/* SCSS */
$brand: #4fbeee;
/* SwiftUI */
Color(red: 0.310, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#4fbeee")Accessibility — WCAG contrast
Aa
#4fbeee on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbeee on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green74.5%
Blue93.3%
CMYK percentages
Cyan66.8%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#4fbeee text on a black background
contrast 9.93:1
Card sample
#4fbeee text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbeee;
Background color
Panel with #4fbeee background
background-color: #4fbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbeee; background: linear-gradient(135deg, #4fbeee, #4F54EE);