#4bbcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 188, 223
HSL
194°, 70%, 58%
CMYK
66, 16, 0, 13
Luminance
0.4279
Every format
| HEX | #4bbcdf |
| RGB | rgb(75, 188, 223) |
| HSL | hsl(194, 70%, 58%) |
| CMYK | cmyk(66%, 16%, 0%, 13%) |
| LAB | lab(71.4 -21.1 -26.9) |
| LCH | lch(71.4 34.2 231.8) |
| OKLCH | oklch(0.745 0.112 222.0) |
Copy-ready code
/* CSS */
color: #4bbcdf;
background-color: #4bbcdf;
/* Tailwind (arbitrary) */
class="text-[#4bbcdf] bg-[#4bbcdf]"
/* SCSS */
$brand: #4bbcdf;
/* SwiftUI */
Color(red: 0.294, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#4bbcdf")Accessibility — WCAG contrast
Aa
#4bbcdf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bbcdf on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green73.7%
Blue87.5%
CMYK percentages
Cyan66.4%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#4bbcdf text on a black background
contrast 9.56:1
Card sample
#4bbcdf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bbcdf;
Background color
Panel with #4bbcdf background
background-color: #4bbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bbcdf; background: linear-gradient(135deg, #4bbcdf, #4B59DF);