#aff4cb
a light, electric green · cool · closest name: aquamarine
RGB
175, 244, 203
HSL
144°, 76%, 82%
CMYK
28, 0, 17, 4
Luminance
0.7813
Every format
| HEX | #aff4cb |
| RGB | rgb(175, 244, 203) |
| HSL | hsl(144, 76%, 82%) |
| CMYK | cmyk(28%, 0%, 17%, 4%) |
| LAB | lab(90.8 -29.7 12.9) |
| LCH | lch(90.8 32.4 156.4) |
| OKLCH | oklch(0.910 0.089 158.0) |
Copy-ready code
/* CSS */
color: #aff4cb;
background-color: #aff4cb;
/* Tailwind (arbitrary) */
class="text-[#aff4cb] bg-[#aff4cb]"
/* SCSS */
$brand: #aff4cb;
/* SwiftUI */
Color(red: 0.686, green: 0.957, blue: 0.796)
/* Android */
Color.parseColor("#aff4cb")Accessibility — WCAG contrast
Aa
#aff4cb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff4cb on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green95.7%
Blue79.6%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow16.8%
Key (black)4.3%
Color previews
#aff4cb text on a black background
contrast 16.63:1
Card sample
#aff4cb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff4cb;
Background color
Panel with #aff4cb background
background-color: #aff4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 244, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 244, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff4cb; background: linear-gradient(135deg, #aff4cb, #AFEFF4);