#afbcf3
a light, vivid blue · warm · closest name: skyblue
RGB
175, 188, 243
HSL
229°, 74%, 82%
CMYK
28, 23, 0, 5
Luminance
0.5155
Every format
| HEX | #afbcf3 |
| RGB | rgb(175, 188, 243) |
| HSL | hsl(229, 74%, 82%) |
| CMYK | cmyk(28%, 23%, 0%, 5%) |
| LAB | lab(77.0 7.6 -28.7) |
| LCH | lch(77.0 29.7 284.8) |
| OKLCH | oklch(0.804 0.079 274.2) |
Copy-ready code
/* CSS */
color: #afbcf3;
background-color: #afbcf3;
/* Tailwind (arbitrary) */
class="text-[#afbcf3] bg-[#afbcf3]"
/* SCSS */
$brand: #afbcf3;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.953)
/* Android */
Color.parseColor("#afbcf3")Accessibility — WCAG contrast
Aa
#afbcf3 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcf3 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue95.3%
CMYK percentages
Cyan28.0%
Magenta22.6%
Yellow0.0%
Key (black)4.7%
Color previews
#afbcf3 text on a black background
contrast 11.31:1
Card sample
#afbcf3 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcf3;
Background color
Panel with #afbcf3 background
background-color: #afbcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcf3; background: linear-gradient(135deg, #afbcf3, #CFAFF3);