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