#afdbca
a light, soft green · cool · closest name: silver
RGB
175, 219, 202
HSL
157°, 38%, 77%
CMYK
20, 0, 8, 14
Luminance
0.6404
Every format
| HEX | #afdbca |
| RGB | rgb(175, 219, 202) |
| HSL | hsl(157, 38%, 77%) |
| CMYK | cmyk(20%, 0%, 8%, 14%) |
| LAB | lab(84.0 -17.7 3.6) |
| LCH | lch(84.0 18.1 168.4) |
| OKLCH | oklch(0.855 0.052 169.5) |
Copy-ready code
/* CSS */
color: #afdbca;
background-color: #afdbca;
/* Tailwind (arbitrary) */
class="text-[#afdbca] bg-[#afdbca]"
/* SCSS */
$brand: #afdbca;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.792)
/* Android */
Color.parseColor("#afdbca")Accessibility — WCAG contrast
Aa
#afdbca on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbca on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue79.2%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow7.8%
Key (black)14.1%
Color previews
#afdbca text on a black background
contrast 13.81:1
Card sample
#afdbca text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbca;
Background color
Panel with #afdbca background
background-color: #afdbca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbca; background: linear-gradient(135deg, #afdbca, #AFCFDB);