#afdcec
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 220, 236
HSL
196°, 62%, 81%
CMYK
26, 7, 0, 8
Luminance
0.6636
Every format
| HEX | #afdcec |
| RGB | rgb(175, 220, 236) |
| HSL | hsl(196, 62%, 81%) |
| CMYK | cmyk(26%, 7%, 0%, 8%) |
| LAB | lab(85.2 -11.0 -12.6) |
| LCH | lch(85.2 16.8 228.8) |
| OKLCH | oklch(0.868 0.052 221.6) |
Copy-ready code
/* CSS */
color: #afdcec;
background-color: #afdcec;
/* Tailwind (arbitrary) */
class="text-[#afdcec] bg-[#afdcec]"
/* SCSS */
$brand: #afdcec;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.925)
/* Android */
Color.parseColor("#afdcec")Accessibility — WCAG contrast
Aa
#afdcec on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdcec on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta6.8%
Yellow0.0%
Key (black)7.5%
Color previews
#afdcec text on a black background
contrast 14.27:1
Card sample
#afdcec text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdcec;
Background color
Panel with #afdcec background
background-color: #afdcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdcec; background: linear-gradient(135deg, #afdcec, #AFB3EC);