#4daccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
77, 172, 207
HSL
196°, 58%, 56%
CMYK
63, 17, 0, 19
Luminance
0.3559
Every format
| HEX | #4daccf |
| RGB | rgb(77, 172, 207) |
| HSL | hsl(196, 58%, 56%) |
| CMYK | cmyk(63%, 17%, 0%, 19%) |
| LAB | lab(66.2 -17.4 -26.1) |
| LCH | lch(66.2 31.4 236.3) |
| OKLCH | oklch(0.702 0.102 225.4) |
Copy-ready code
/* CSS */
color: #4daccf;
background-color: #4daccf;
/* Tailwind (arbitrary) */
class="text-[#4daccf] bg-[#4daccf]"
/* SCSS */
$brand: #4daccf;
/* SwiftUI */
Color(red: 0.302, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#4daccf")Accessibility — WCAG contrast
Aa
#4daccf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4daccf on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green67.5%
Blue81.2%
CMYK percentages
Cyan62.8%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#4daccf text on a black background
contrast 8.12:1
Card sample
#4daccf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4daccf;
Background color
Panel with #4daccf background
background-color: #4daccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4daccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4daccf; background: linear-gradient(135deg, #4daccf, #4D55CF);