#acf3ee
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 243, 238
HSL
176°, 75%, 81%
CMYK
29, 0, 2, 5
Luminance
0.7904
Every format
| HEX | #acf3ee |
| RGB | rgb(172, 243, 238) |
| HSL | hsl(176, 75%, 81%) |
| CMYK | cmyk(29%, 0%, 2%, 5%) |
| LAB | lab(91.3 -22.9 -4.7) |
| LCH | lch(91.3 23.4 191.5) |
| OKLCH | oklch(0.916 0.071 190.5) |
Copy-ready code
/* CSS */
color: #acf3ee;
background-color: #acf3ee;
/* Tailwind (arbitrary) */
class="text-[#acf3ee] bg-[#acf3ee]"
/* SCSS */
$brand: #acf3ee;
/* SwiftUI */
Color(red: 0.675, green: 0.953, blue: 0.933)
/* Android */
Color.parseColor("#acf3ee")Accessibility — WCAG contrast
Aa
#acf3ee on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf3ee on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.3%
Blue93.3%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow2.1%
Key (black)4.7%
Color previews
#acf3ee text on a black background
contrast 16.81:1
Card sample
#acf3ee text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf3ee;
Background color
Panel with #acf3ee background
background-color: #acf3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 243, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 243, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf3ee; background: linear-gradient(135deg, #acf3ee, #ACC9F3);