#acefe6
a light, vivid cyan · cool · closest name: turquoise
RGB
172, 239, 230
HSL
172°, 68%, 81%
CMYK
28, 0, 4, 6
Luminance
0.7622
Every format
| HEX | #acefe6 |
| RGB | rgb(172, 239, 230) |
| HSL | hsl(172, 68%, 81%) |
| CMYK | cmyk(28%, 0%, 4%, 6%) |
| LAB | lab(90.0 -22.7 -2.4) |
| LCH | lch(90.0 22.9 186.0) |
| OKLCH | oklch(0.905 0.068 185.7) |
Copy-ready code
/* CSS */
color: #acefe6;
background-color: #acefe6;
/* Tailwind (arbitrary) */
class="text-[#acefe6] bg-[#acefe6]"
/* SCSS */
$brand: #acefe6;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.902)
/* Android */
Color.parseColor("#acefe6")Accessibility — WCAG contrast
Aa
#acefe6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acefe6 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue90.2%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow3.8%
Key (black)6.3%
Color previews
#acefe6 text on a black background
contrast 16.24:1
Card sample
#acefe6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acefe6;
Background color
Panel with #acefe6 background
background-color: #acefe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acefe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acefe6; background: linear-gradient(135deg, #acefe6, #ACCBEF);