#afffdb
a light, electric green · cool · closest name: aquamarine
RGB
175, 255, 219
HSL
153°, 100%, 84%
CMYK
31, 0, 14, 0
Luminance
0.8575
Every format
| HEX | #afffdb |
| RGB | rgb(175, 255, 219) |
| HSL | hsl(153, 100%, 84%) |
| CMYK | cmyk(31%, 0%, 14%, 0%) |
| LAB | lab(94.2 -31.8 9.5) |
| LCH | lch(94.2 33.1 163.4) |
| OKLCH | oklch(0.939 0.093 164.7) |
Copy-ready code
/* CSS */
color: #afffdb;
background-color: #afffdb;
/* Tailwind (arbitrary) */
class="text-[#afffdb] bg-[#afffdb]"
/* SCSS */
$brand: #afffdb;
/* SwiftUI */
Color(red: 0.686, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#afffdb")Accessibility — WCAG contrast
Aa
#afffdb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afffdb on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green100.0%
Blue85.9%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#afffdb text on a black background
contrast 18.15:1
Card sample
#afffdb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afffdb;
Background color
Panel with #afffdb background
background-color: #afffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afffdb; background: linear-gradient(135deg, #afffdb, #AFEEFF);