#afdfef
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 223, 239
HSL
195°, 67%, 81%
CMYK
27, 7, 0, 6
Luminance
0.6812
Every format
| HEX | #afdfef |
| RGB | rgb(175, 223, 239) |
| HSL | hsl(195, 67%, 81%) |
| CMYK | cmyk(27%, 7%, 0%, 6%) |
| LAB | lab(86.1 -11.9 -12.9) |
| LCH | lch(86.1 17.5 227.3) |
| OKLCH | oklch(0.875 0.054 220.2) |
Copy-ready code
/* CSS */
color: #afdfef;
background-color: #afdfef;
/* Tailwind (arbitrary) */
class="text-[#afdfef] bg-[#afdfef]"
/* SCSS */
$brand: #afdfef;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.937)
/* Android */
Color.parseColor("#afdfef")Accessibility — WCAG contrast
Aa
#afdfef on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfef on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta6.7%
Yellow0.0%
Key (black)6.3%
Color previews
#afdfef text on a black background
contrast 14.62:1
Card sample
#afdfef text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfef;
Background color
Panel with #afdfef background
background-color: #afdfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfef; background: linear-gradient(135deg, #afdfef, #AFB4EF);