#4bbcdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 188, 219
HSL
193°, 67%, 58%
CMYK
66, 14, 0, 14
Luminance
0.4258
Every format
| HEX | #4bbcdb |
| RGB | rgb(75, 188, 219) |
| HSL | hsl(193, 67%, 58%) |
| CMYK | cmyk(66%, 14%, 0%, 14%) |
| LAB | lab(71.3 -22.4 -24.9) |
| LCH | lch(71.3 33.5 228.1) |
| OKLCH | oklch(0.743 0.110 219.3) |
Copy-ready code
/* CSS */
color: #4bbcdb;
background-color: #4bbcdb;
/* Tailwind (arbitrary) */
class="text-[#4bbcdb] bg-[#4bbcdb]"
/* SCSS */
$brand: #4bbcdb;
/* SwiftUI */
Color(red: 0.294, green: 0.737, blue: 0.859)
/* Android */
Color.parseColor("#4bbcdb")Accessibility — WCAG contrast
Aa
#4bbcdb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bbcdb on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green73.7%
Blue85.9%
CMYK percentages
Cyan65.8%
Magenta14.2%
Yellow0.0%
Key (black)14.1%
Color previews
#4bbcdb text on a black background
contrast 9.52:1
Card sample
#4bbcdb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bbcdb;
Background color
Panel with #4bbcdb background
background-color: #4bbcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bbcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 188, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 188, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bbcdb; background: linear-gradient(135deg, #4bbcdb, #4B5CDB);