#afdbba
a light, soft green · cool · closest name: beige
RGB
175, 219, 186
HSL
135°, 38%, 77%
CMYK
20, 0, 15, 14
Luminance
0.6332
Every format
| HEX | #afdbba |
| RGB | rgb(175, 219, 186) |
| HSL | hsl(135, 38%, 77%) |
| CMYK | cmyk(20%, 0%, 15%, 14%) |
| LAB | lab(83.6 -20.8 11.6) |
| LCH | lch(83.6 23.8 150.9) |
| OKLCH | oklch(0.851 0.065 152.5) |
Copy-ready code
/* CSS */
color: #afdbba;
background-color: #afdbba;
/* Tailwind (arbitrary) */
class="text-[#afdbba] bg-[#afdbba]"
/* SCSS */
$brand: #afdbba;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.729)
/* Android */
Color.parseColor("#afdbba")Accessibility — WCAG contrast
Aa
#afdbba on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbba on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue72.9%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow15.1%
Key (black)14.1%
Color previews
#afdbba text on a black background
contrast 13.66:1
Card sample
#afdbba text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbba;
Background color
Panel with #afdbba background
background-color: #afdbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbba; background: linear-gradient(135deg, #afdbba, #AFDBD7);