#acf4df
a light, electric cyan · cool · closest name: aquamarine
RGB
172, 244, 223
HSL
163°, 77%, 82%
CMYK
30, 0, 9, 4
Luminance
0.7880
Every format
| HEX | #acf4df |
| RGB | rgb(172, 244, 223) |
| HSL | hsl(163, 77%, 82%) |
| CMYK | cmyk(30%, 0%, 9%, 4%) |
| LAB | lab(91.1 -26.6 3.0) |
| LCH | lch(91.1 26.8 173.6) |
| OKLCH | oklch(0.914 0.077 174.4) |
Copy-ready code
/* CSS */
color: #acf4df;
background-color: #acf4df;
/* Tailwind (arbitrary) */
class="text-[#acf4df] bg-[#acf4df]"
/* SCSS */
$brand: #acf4df;
/* SwiftUI */
Color(red: 0.675, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#acf4df")Accessibility — WCAG contrast
Aa
#acf4df on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf4df on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.7%
Blue87.5%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#acf4df text on a black background
contrast 16.76:1
Card sample
#acf4df text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf4df;
Background color
Panel with #acf4df background
background-color: #acf4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf4df; background: linear-gradient(135deg, #acf4df, #ACD9F4);