#afcadb
a light, soft blue · cool · closest name: silver
RGB
175, 202, 219
HSL
203°, 38%, 77%
CMYK
20, 8, 0, 14
Luminance
0.5647
Every format
| HEX | #afcadb |
| RGB | rgb(175, 202, 219) |
| HSL | hsl(203, 38%, 77%) |
| CMYK | cmyk(20%, 8%, 0%, 14%) |
| LAB | lab(79.9 -5.4 -11.5) |
| LCH | lch(79.9 12.7 244.7) |
| OKLCH | oklch(0.824 0.038 235.6) |
Copy-ready code
/* CSS */
color: #afcadb;
background-color: #afcadb;
/* Tailwind (arbitrary) */
class="text-[#afcadb] bg-[#afcadb]"
/* SCSS */
$brand: #afcadb;
/* SwiftUI */
Color(red: 0.686, green: 0.792, blue: 0.859)
/* Android */
Color.parseColor("#afcadb")Accessibility — WCAG contrast
Aa
#afcadb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcadb on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green79.2%
Blue85.9%
CMYK percentages
Cyan20.1%
Magenta7.8%
Yellow0.0%
Key (black)14.1%
Color previews
#afcadb text on a black background
contrast 12.29:1
Card sample
#afcadb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcadb;
Background color
Panel with #afcadb background
background-color: #afcadb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcadb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 202, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 202, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcadb; background: linear-gradient(135deg, #afcadb, #B2AFDB);