#acf8eb
a light, electric cyan · cool · closest name: turquoise
RGB
172, 248, 235
HSL
170°, 84%, 82%
CMYK
31, 0, 5, 3
Luminance
0.8190
Every format
| HEX | #acf8eb |
| RGB | rgb(172, 248, 235) |
| HSL | hsl(170, 84%, 82%) |
| CMYK | cmyk(31%, 0%, 5%, 3%) |
| LAB | lab(92.5 -26.0 -1.2) |
| LCH | lch(92.5 26.0 182.7) |
| OKLCH | oklch(0.926 0.077 182.7) |
Copy-ready code
/* CSS */
color: #acf8eb;
background-color: #acf8eb;
/* Tailwind (arbitrary) */
class="text-[#acf8eb] bg-[#acf8eb]"
/* SCSS */
$brand: #acf8eb;
/* SwiftUI */
Color(red: 0.675, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#acf8eb")Accessibility — WCAG contrast
Aa
#acf8eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf8eb on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.3%
Blue92.2%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#acf8eb text on a black background
contrast 17.38:1
Card sample
#acf8eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf8eb;
Background color
Panel with #acf8eb background
background-color: #acf8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf8eb; background: linear-gradient(135deg, #acf8eb, #ACD2F8);