#afbffc
a light, electric blue · warm · closest name: skyblue
RGB
175, 191, 252
HSL
228°, 93%, 84%
CMYK
31, 24, 0, 1
Luminance
0.5340
Every format
| HEX | #afbffc |
| RGB | rgb(175, 191, 252) |
| HSL | hsl(228, 93%, 84%) |
| CMYK | cmyk(31%, 24%, 0%, 1%) |
| LAB | lab(78.1 8.1 -31.9) |
| LCH | lch(78.1 32.9 284.3) |
| OKLCH | oklch(0.814 0.088 272.9) |
Copy-ready code
/* CSS */
color: #afbffc;
background-color: #afbffc;
/* Tailwind (arbitrary) */
class="text-[#afbffc] bg-[#afbffc]"
/* SCSS */
$brand: #afbffc;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.988)
/* Android */
Color.parseColor("#afbffc")Accessibility — WCAG contrast
Aa
#afbffc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbffc on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta24.2%
Yellow0.0%
Key (black)1.2%
Color previews
#afbffc text on a black background
contrast 11.68:1
Card sample
#afbffc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbffc;
Background color
Panel with #afbffc background
background-color: #afbffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbffc; background: linear-gradient(135deg, #afbffc, #D2AFFC);