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