#acd7df
a light, soft cyan · cool · closest name: skyblue
RGB
172, 215, 223
HSL
189°, 44%, 78%
CMYK
23, 4, 0, 13
Luminance
0.6270
Every format
| HEX | #acd7df |
| RGB | rgb(172, 215, 223) |
| HSL | hsl(189, 44%, 78%) |
| CMYK | cmyk(23%, 4%, 0%, 13%) |
| LAB | lab(83.3 -12.2 -8.6) |
| LCH | lch(83.3 14.9 215.0) |
| OKLCH | oklch(0.851 0.046 210.2) |
Copy-ready code
/* CSS */
color: #acd7df;
background-color: #acd7df;
/* Tailwind (arbitrary) */
class="text-[#acd7df] bg-[#acd7df]"
/* SCSS */
$brand: #acd7df;
/* SwiftUI */
Color(red: 0.675, green: 0.843, blue: 0.875)
/* Android */
Color.parseColor("#acd7df")Accessibility — WCAG contrast
Aa
#acd7df on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd7df on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green84.3%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta3.6%
Yellow0.0%
Key (black)12.5%
Color previews
#acd7df text on a black background
contrast 13.54:1
Card sample
#acd7df text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd7df;
Background color
Panel with #acd7df background
background-color: #acd7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 215, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 215, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd7df; background: linear-gradient(135deg, #acd7df, #ACB5DF);