#42dbeb
a balanced, electric cyan · cool · closest name: cyan
RGB
66, 219, 235
HSL
186°, 81%, 59%
CMYK
72, 7, 0, 8
Luminance
0.5782
Every format
| HEX | #42dbeb |
| RGB | rgb(66, 219, 235) |
| HSL | hsl(186, 81%, 59%) |
| CMYK | cmyk(72%, 7%, 0%, 8%) |
| LAB | lab(80.6 -34.0 -19.3) |
| LCH | lch(80.6 39.1 209.6) |
| OKLCH | oklch(0.820 0.125 205.4) |
Copy-ready code
/* CSS */
color: #42dbeb;
background-color: #42dbeb;
/* Tailwind (arbitrary) */
class="text-[#42dbeb] bg-[#42dbeb]"
/* SCSS */
$brand: #42dbeb;
/* SwiftUI */
Color(red: 0.259, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#42dbeb")Accessibility — WCAG contrast
Aa
#42dbeb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#42dbeb on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green85.9%
Blue92.2%
CMYK percentages
Cyan71.9%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#42dbeb text on a black background
contrast 12.56:1
Card sample
#42dbeb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42dbeb;
Background color
Panel with #42dbeb background
background-color: #42dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42dbeb; background: linear-gradient(135deg, #42dbeb, #426AEB);