#4bd6ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
75, 214, 255
HSL
194°, 100%, 65%
CMYK
71, 16, 0, 0
Luminance
0.5681
Every format
| HEX | #4bd6ff |
| RGB | rgb(75, 214, 255) |
| HSL | hsl(194, 100%, 65%) |
| CMYK | cmyk(71%, 16%, 0%, 0%) |
| LAB | lab(80.1 -24.4 -30.8) |
| LCH | lch(80.1 39.3 231.6) |
| OKLCH | oklch(0.818 0.130 221.6) |
Copy-ready code
/* CSS */
color: #4bd6ff;
background-color: #4bd6ff;
/* Tailwind (arbitrary) */
class="text-[#4bd6ff] bg-[#4bd6ff]"
/* SCSS */
$brand: #4bd6ff;
/* SwiftUI */
Color(red: 0.294, green: 0.839, blue: 1.000)
/* Android */
Color.parseColor("#4bd6ff")Accessibility — WCAG contrast
Aa
#4bd6ff on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bd6ff on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green83.9%
Blue100.0%
CMYK percentages
Cyan70.6%
Magenta16.1%
Yellow0.0%
Key (black)0.0%
Color previews
#4bd6ff text on a black background
contrast 12.36:1
Card sample
#4bd6ff text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bd6ff;
Background color
Panel with #4bd6ff background
background-color: #4bd6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bd6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 214, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 214, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bd6ff; background: linear-gradient(135deg, #4bd6ff, #4B5EFF);