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