#4fcee0
a balanced, vivid cyan · cool · closest name: skyblue
RGB
79, 206, 224
HSL
187°, 70%, 59%
CMYK
65, 8, 0, 12
Luminance
0.5119
Every format
| HEX | #4fcee0 |
| RGB | rgb(79, 206, 224) |
| HSL | hsl(187, 70%, 59%) |
| CMYK | cmyk(65%, 8%, 0%, 12%) |
| LAB | lab(76.8 -29.2 -19.2) |
| LCH | lch(76.8 35.0 213.3) |
| OKLCH | oklch(0.789 0.113 208.3) |
Copy-ready code
/* CSS */
color: #4fcee0;
background-color: #4fcee0;
/* Tailwind (arbitrary) */
class="text-[#4fcee0] bg-[#4fcee0]"
/* SCSS */
$brand: #4fcee0;
/* SwiftUI */
Color(red: 0.310, green: 0.808, blue: 0.878)
/* Android */
Color.parseColor("#4fcee0")Accessibility — WCAG contrast
Aa
#4fcee0 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcee0 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.8%
Blue87.8%
CMYK percentages
Cyan64.7%
Magenta8.0%
Yellow0.0%
Key (black)12.2%
Color previews
#4fcee0 text on a black background
contrast 11.24:1
Card sample
#4fcee0 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcee0;
Background color
Panel with #4fcee0 background
background-color: #4fcee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 206, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 206, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcee0; background: linear-gradient(135deg, #4fcee0, #4F6DE0);