#afdbee
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 219, 238
HSL
198°, 65%, 81%
CMYK
27, 8, 0, 7
Luminance
0.6595
Every format
| HEX | #afdbee |
| RGB | rgb(175, 219, 238) |
| HSL | hsl(198, 65%, 81%) |
| CMYK | cmyk(27%, 8%, 0%, 7%) |
| LAB | lab(85.0 -10.1 -14.0) |
| LCH | lch(85.0 17.2 234.3) |
| OKLCH | oklch(0.867 0.053 226.1) |
Copy-ready code
/* CSS */
color: #afdbee;
background-color: #afdbee;
/* Tailwind (arbitrary) */
class="text-[#afdbee] bg-[#afdbee]"
/* SCSS */
$brand: #afdbee;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.933)
/* Android */
Color.parseColor("#afdbee")Accessibility — WCAG contrast
Aa
#afdbee on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbee on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta8.0%
Yellow0.0%
Key (black)6.7%
Color previews
#afdbee text on a black background
contrast 14.19:1
Card sample
#afdbee text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbee;
Background color
Panel with #afdbee background
background-color: #afdbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbee; background: linear-gradient(135deg, #afdbee, #AFB1EE);