#afdbbe
a light, soft green · cool · closest name: beige
RGB
175, 219, 190
HSL
141°, 38%, 77%
CMYK
20, 0, 13, 14
Luminance
0.6349
Every format
| HEX | #afdbbe |
| RGB | rgb(175, 219, 190) |
| HSL | hsl(141, 38%, 77%) |
| CMYK | cmyk(20%, 0%, 13%, 14%) |
| LAB | lab(83.7 -20.0 9.6) |
| LCH | lch(83.7 22.2 154.4) |
| OKLCH | oklch(0.852 0.061 156.0) |
Copy-ready code
/* CSS */
color: #afdbbe;
background-color: #afdbbe;
/* Tailwind (arbitrary) */
class="text-[#afdbbe] bg-[#afdbbe]"
/* SCSS */
$brand: #afdbbe;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.745)
/* Android */
Color.parseColor("#afdbbe")Accessibility — WCAG contrast
Aa
#afdbbe on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbbe on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue74.5%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow13.2%
Key (black)14.1%
Color previews
#afdbbe text on a black background
contrast 13.70:1
Card sample
#afdbbe text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbbe;
Background color
Panel with #afdbbe background
background-color: #afdbbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbbe; background: linear-gradient(135deg, #afdbbe, #AFDBDB);