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