#afbcf0
a light, vivid blue · warm · closest name: skyblue
RGB
175, 188, 240
HSL
228°, 68%, 81%
CMYK
27, 22, 0, 6
Luminance
0.5137
Every format
| HEX | #afbcf0 |
| RGB | rgb(175, 188, 240) |
| HSL | hsl(228, 68%, 81%) |
| CMYK | cmyk(27%, 22%, 0%, 6%) |
| LAB | lab(76.9 6.9 -27.3) |
| LCH | lch(76.9 28.1 284.2) |
| OKLCH | oklch(0.803 0.075 273.7) |
Copy-ready code
/* CSS */
color: #afbcf0;
background-color: #afbcf0;
/* Tailwind (arbitrary) */
class="text-[#afbcf0] bg-[#afbcf0]"
/* SCSS */
$brand: #afbcf0;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.941)
/* Android */
Color.parseColor("#afbcf0")Accessibility — WCAG contrast
Aa
#afbcf0 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcf0 on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta21.7%
Yellow0.0%
Key (black)5.9%
Color previews
#afbcf0 text on a black background
contrast 11.27:1
Card sample
#afbcf0 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcf0;
Background color
Panel with #afbcf0 background
background-color: #afbcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcf0; background: linear-gradient(135deg, #afbcf0, #CDAFF0);