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