#acf6e2
a light, electric cyan · cool · closest name: aquamarine
RGB
172, 246, 226
HSL
164°, 80%, 82%
CMYK
30, 0, 8, 4
Luminance
0.8017
Every format
| HEX | #acf6e2 |
| RGB | rgb(172, 246, 226) |
| HSL | hsl(164, 80%, 82%) |
| CMYK | cmyk(30%, 0%, 8%, 4%) |
| LAB | lab(91.8 -26.9 2.3) |
| LCH | lch(91.8 27.1 175.1) |
| OKLCH | oklch(0.919 0.078 175.8) |
Copy-ready code
/* CSS */
color: #acf6e2;
background-color: #acf6e2;
/* Tailwind (arbitrary) */
class="text-[#acf6e2] bg-[#acf6e2]"
/* SCSS */
$brand: #acf6e2;
/* SwiftUI */
Color(red: 0.675, green: 0.965, blue: 0.886)
/* Android */
Color.parseColor("#acf6e2")Accessibility — WCAG contrast
Aa
#acf6e2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf6e2 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.5%
Blue88.6%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow8.1%
Key (black)3.5%
Color previews
#acf6e2 text on a black background
contrast 17.03:1
Card sample
#acf6e2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf6e2;
Background color
Panel with #acf6e2 background
background-color: #acf6e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf6e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 246, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 246, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf6e2; background: linear-gradient(135deg, #acf6e2, #ACD9F6);