#4fcdef
a balanced, electric cyan · cool · closest name: skyblue
RGB
79, 205, 239
HSL
193°, 83%, 62%
CMYK
67, 14, 0, 6
Luminance
0.5156
Every format
| HEX | #4fcdef |
| RGB | rgb(79, 205, 239) |
| HSL | hsl(193, 83%, 62%) |
| CMYK | cmyk(67%, 14%, 0%, 6%) |
| LAB | lab(77.0 -24.3 -26.9) |
| LCH | lch(77.0 36.3 228.0) |
| OKLCH | oklch(0.792 0.119 219.1) |
Copy-ready code
/* CSS */
color: #4fcdef;
background-color: #4fcdef;
/* Tailwind (arbitrary) */
class="text-[#4fcdef] bg-[#4fcdef]"
/* SCSS */
$brand: #4fcdef;
/* SwiftUI */
Color(red: 0.310, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#4fcdef")Accessibility — WCAG contrast
Aa
#4fcdef on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcdef on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.4%
Blue93.7%
CMYK percentages
Cyan66.9%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#4fcdef text on a black background
contrast 11.31:1
Card sample
#4fcdef text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcdef;
Background color
Panel with #4fcdef background
background-color: #4fcdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcdef; background: linear-gradient(135deg, #4fcdef, #4F62EF);