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