#afebfb
a light, electric cyan · cool · closest name: skyblue
RGB
175, 235, 251
HSL
193°, 91%, 84%
CMYK
30, 6, 0, 2
Luminance
0.7550
Every format
| HEX | #afebfb |
| RGB | rgb(175, 235, 251) |
| HSL | hsl(193, 91%, 84%) |
| CMYK | cmyk(30%, 6%, 0%, 2%) |
| LAB | lab(89.6 -15.2 -13.8) |
| LCH | lch(89.6 20.6 222.3) |
| OKLCH | oklch(0.905 0.064 216.0) |
Copy-ready code
/* CSS */
color: #afebfb;
background-color: #afebfb;
/* Tailwind (arbitrary) */
class="text-[#afebfb] bg-[#afebfb]"
/* SCSS */
$brand: #afebfb;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#afebfb")Accessibility — WCAG contrast
Aa
#afebfb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afebfb on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#afebfb text on a black background
contrast 16.10:1
Card sample
#afebfb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afebfb;
Background color
Panel with #afebfb background
background-color: #afebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afebfb; background: linear-gradient(135deg, #afebfb, #AFB8FB);