#42afdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
66, 175, 223
HSL
198°, 71%, 57%
CMYK
70, 22, 0, 13
Luminance
0.3715
Every format
| HEX | #42afdf |
| RGB | rgb(66, 175, 223) |
| HSL | hsl(198, 71%, 57%) |
| CMYK | cmyk(70%, 22%, 0%, 13%) |
| LAB | lab(67.4 -15.6 -33.1) |
| LCH | lch(67.4 36.6 244.7) |
| OKLCH | oklch(0.712 0.120 231.0) |
Copy-ready code
/* CSS */
color: #42afdf;
background-color: #42afdf;
/* Tailwind (arbitrary) */
class="text-[#42afdf] bg-[#42afdf]"
/* SCSS */
$brand: #42afdf;
/* SwiftUI */
Color(red: 0.259, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#42afdf")Accessibility — WCAG contrast
Aa
#42afdf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#42afdf on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green68.6%
Blue87.5%
CMYK percentages
Cyan70.4%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#42afdf text on a black background
contrast 8.43:1
Card sample
#42afdf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42afdf;
Background color
Panel with #42afdf background
background-color: #42afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42afdf; background: linear-gradient(135deg, #42afdf, #4247DF);