#acf9eb
a light, electric cyan · cool · closest name: turquoise
RGB
172, 249, 235
HSL
169°, 87%, 83%
CMYK
31, 0, 6, 2
Luminance
0.8252
Every format
| HEX | #acf9eb |
| RGB | rgb(172, 249, 235) |
| HSL | hsl(169, 87%, 83%) |
| CMYK | cmyk(31%, 0%, 6%, 2%) |
| LAB | lab(92.8 -26.5 -0.8) |
| LCH | lch(92.8 26.5 181.8) |
| OKLCH | oklch(0.928 0.078 181.9) |
Copy-ready code
/* CSS */
color: #acf9eb;
background-color: #acf9eb;
/* Tailwind (arbitrary) */
class="text-[#acf9eb] bg-[#acf9eb]"
/* SCSS */
$brand: #acf9eb;
/* SwiftUI */
Color(red: 0.675, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#acf9eb")Accessibility — WCAG contrast
Aa
#acf9eb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf9eb on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.6%
Blue92.2%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#acf9eb text on a black background
contrast 17.50:1
Card sample
#acf9eb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf9eb;
Background color
Panel with #acf9eb background
background-color: #acf9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf9eb; background: linear-gradient(135deg, #acf9eb, #ACD4F9);