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