#afbedb
a light, soft blue · cool · closest name: silver
RGB
175, 190, 219
HSL
220°, 38%, 77%
CMYK
20, 13, 0, 14
Luminance
0.5106
Every format
| HEX | #afbedb |
| RGB | rgb(175, 190, 219) |
| HSL | hsl(220, 38%, 77%) |
| CMYK | cmyk(20%, 13%, 0%, 14%) |
| LAB | lab(76.7 1.0 -16.2) |
| LCH | lch(76.7 16.3 273.4) |
| OKLCH | oklch(0.799 0.044 263.6) |
Copy-ready code
/* CSS */
color: #afbedb;
background-color: #afbedb;
/* Tailwind (arbitrary) */
class="text-[#afbedb] bg-[#afbedb]"
/* SCSS */
$brand: #afbedb;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.859)
/* Android */
Color.parseColor("#afbedb")Accessibility — WCAG contrast
Aa
#afbedb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbedb on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue85.9%
CMYK percentages
Cyan20.1%
Magenta13.2%
Yellow0.0%
Key (black)14.1%
Color previews
#afbedb text on a black background
contrast 11.21:1
Card sample
#afbedb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbedb;
Background color
Panel with #afbedb background
background-color: #afbedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbedb; background: linear-gradient(135deg, #afbedb, #BDAFDB);