#afecef
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 236, 239
HSL
183°, 67%, 81%
CMYK
27, 1, 0, 6
Luminance
0.7534
Every format
| HEX | #afecef |
| RGB | rgb(175, 236, 239) |
| HSL | hsl(183, 67%, 81%) |
| CMYK | cmyk(27%, 1%, 0%, 6%) |
| LAB | lab(89.5 -18.4 -7.7) |
| LCH | lch(89.5 20.0 202.6) |
| OKLCH | oklch(0.903 0.062 199.9) |
Copy-ready code
/* CSS */
color: #afecef;
background-color: #afecef;
/* Tailwind (arbitrary) */
class="text-[#afecef] bg-[#afecef]"
/* SCSS */
$brand: #afecef;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.937)
/* Android */
Color.parseColor("#afecef")Accessibility — WCAG contrast
Aa
#afecef on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecef on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta1.3%
Yellow0.0%
Key (black)6.3%
Color previews
#afecef text on a black background
contrast 16.07:1
Card sample
#afecef text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecef;
Background color
Panel with #afecef background
background-color: #afecef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecef; background: linear-gradient(135deg, #afecef, #AFC1EF);