#afeceb
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 236, 235
HSL
179°, 62%, 81%
CMYK
26, 0, 0, 8
Luminance
0.7510
Every format
| HEX | #afeceb |
| RGB | rgb(175, 236, 235) |
| HSL | hsl(179, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 0%, 8%) |
| LAB | lab(89.4 -19.3 -5.8) |
| LCH | lch(89.4 20.1 196.6) |
| OKLCH | oklch(0.902 0.061 194.8) |
Copy-ready code
/* CSS */
color: #afeceb;
background-color: #afeceb;
/* Tailwind (arbitrary) */
class="text-[#afeceb] bg-[#afeceb]"
/* SCSS */
$brand: #afeceb;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#afeceb")Accessibility — WCAG contrast
Aa
#afeceb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeceb on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue92.2%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#afeceb text on a black background
contrast 16.02:1
Card sample
#afeceb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeceb;
Background color
Panel with #afeceb background
background-color: #afeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeceb; background: linear-gradient(135deg, #afeceb, #AFC4EC);