#4bcbdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 203, 223
HSL
188°, 70%, 58%
CMYK
66, 9, 0, 13
Luminance
0.4954
Every format
| HEX | #4bcbdf |
| RGB | rgb(75, 203, 223) |
| HSL | hsl(188, 70%, 58%) |
| CMYK | cmyk(66%, 9%, 0%, 13%) |
| LAB | lab(75.8 -28.6 -20.2) |
| LCH | lch(75.8 35.1 215.2) |
| OKLCH | oklch(0.780 0.113 209.7) |
Copy-ready code
/* CSS */
color: #4bcbdf;
background-color: #4bcbdf;
/* Tailwind (arbitrary) */
class="text-[#4bcbdf] bg-[#4bcbdf]"
/* SCSS */
$brand: #4bcbdf;
/* SwiftUI */
Color(red: 0.294, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#4bcbdf")Accessibility — WCAG contrast
Aa
#4bcbdf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bcbdf on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green79.6%
Blue87.5%
CMYK percentages
Cyan66.4%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#4bcbdf text on a black background
contrast 10.91:1
Card sample
#4bcbdf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bcbdf;
Background color
Panel with #4bcbdf background
background-color: #4bcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bcbdf; background: linear-gradient(135deg, #4bcbdf, #4B68DF);