#afbbdb
a light, soft blue · cool · closest name: silver
RGB
175, 187, 219
HSL
224°, 38%, 77%
CMYK
20, 15, 0, 14
Luminance
0.4977
Every format
| HEX | #afbbdb |
| RGB | rgb(175, 187, 219) |
| HSL | hsl(224, 38%, 77%) |
| CMYK | cmyk(20%, 15%, 0%, 14%) |
| LAB | lab(75.9 2.6 -17.4) |
| LCH | lch(75.9 17.6 278.4) |
| OKLCH | oklch(0.793 0.047 269.1) |
Copy-ready code
/* CSS */
color: #afbbdb;
background-color: #afbbdb;
/* Tailwind (arbitrary) */
class="text-[#afbbdb] bg-[#afbbdb]"
/* SCSS */
$brand: #afbbdb;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.859)
/* Android */
Color.parseColor("#afbbdb")Accessibility — WCAG contrast
Aa
#afbbdb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbdb on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue85.9%
CMYK percentages
Cyan20.1%
Magenta14.6%
Yellow0.0%
Key (black)14.1%
Color previews
#afbbdb text on a black background
contrast 10.95:1
Card sample
#afbbdb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbdb;
Background color
Panel with #afbbdb background
background-color: #afbbdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbdb; background: linear-gradient(135deg, #afbbdb, #C0AFDB);