#acfaeb
a light, electric cyan · cool · closest name: turquoise
RGB
172, 250, 235
HSL
169°, 89%, 83%
CMYK
31, 0, 6, 2
Luminance
0.8314
Every format
| HEX | #acfaeb |
| RGB | rgb(172, 250, 235) |
| HSL | hsl(169, 89%, 83%) |
| CMYK | cmyk(31%, 0%, 6%, 2%) |
| LAB | lab(93.1 -27.0 -0.4) |
| LCH | lch(93.1 27.0 180.9) |
| OKLCH | oklch(0.930 0.079 181.1) |
Copy-ready code
/* CSS */
color: #acfaeb;
background-color: #acfaeb;
/* Tailwind (arbitrary) */
class="text-[#acfaeb] bg-[#acfaeb]"
/* SCSS */
$brand: #acfaeb;
/* SwiftUI */
Color(red: 0.675, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#acfaeb")Accessibility — WCAG contrast
Aa
#acfaeb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfaeb on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.0%
Blue92.2%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#acfaeb text on a black background
contrast 17.63:1
Card sample
#acfaeb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfaeb;
Background color
Panel with #acfaeb background
background-color: #acfaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfaeb; background: linear-gradient(135deg, #acfaeb, #ACD5FA);