#acdfce
a light, soft cyan · cool · closest name: beige
RGB
172, 223, 206
HSL
160°, 44%, 78%
CMYK
23, 0, 8, 13
Luminance
0.6600
Every format
| HEX | #acdfce |
| RGB | rgb(172, 223, 206) |
| HSL | hsl(160, 44%, 78%) |
| CMYK | cmyk(23%, 0%, 8%, 13%) |
| LAB | lab(85.0 -19.8 3.0) |
| LCH | lch(85.0 20.1 171.5) |
| OKLCH | oklch(0.863 0.058 172.5) |
Copy-ready code
/* CSS */
color: #acdfce;
background-color: #acdfce;
/* Tailwind (arbitrary) */
class="text-[#acdfce] bg-[#acdfce]"
/* SCSS */
$brand: #acdfce;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.808)
/* Android */
Color.parseColor("#acdfce")Accessibility — WCAG contrast
Aa
#acdfce on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdfce on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue80.8%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow7.6%
Key (black)12.5%
Color previews
#acdfce text on a black background
contrast 14.20:1
Card sample
#acdfce text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdfce;
Background color
Panel with #acdfce background
background-color: #acdfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdfce; background: linear-gradient(135deg, #acdfce, #ACCEDF);