#aedfdf
a light, soft cyan · cool · closest name: skyblue
RGB
174, 223, 223
HSL
180°, 43%, 78%
CMYK
22, 0, 0, 13
Luminance
0.6710
Every format
| HEX | #aedfdf |
| RGB | rgb(174, 223, 223) |
| HSL | hsl(180, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 0%, 13%) |
| LAB | lab(85.5 -15.7 -5.2) |
| LCH | lch(85.5 16.5 198.3) |
| OKLCH | oklch(0.870 0.051 196.3) |
Copy-ready code
/* CSS */
color: #aedfdf;
background-color: #aedfdf;
/* Tailwind (arbitrary) */
class="text-[#aedfdf] bg-[#aedfdf]"
/* SCSS */
$brand: #aedfdf;
/* SwiftUI */
Color(red: 0.682, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#aedfdf")Accessibility — WCAG contrast
Aa
#aedfdf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aedfdf on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green87.5%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#aedfdf text on a black background
contrast 14.42:1
Card sample
#aedfdf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aedfdf;
Background color
Panel with #aedfdf background
background-color: #aedfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aedfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aedfdf; background: linear-gradient(135deg, #aedfdf, #AEBEDF);