#acccda
a light, soft cyan · cool · closest name: skyblue
RGB
172, 204, 218
HSL
198°, 38%, 77%
CMYK
21, 6, 0, 15
Luminance
0.5702
Every format
| HEX | #acccda |
| RGB | rgb(172, 204, 218) |
| HSL | hsl(198, 38%, 77%) |
| CMYK | cmyk(21%, 6%, 0%, 15%) |
| LAB | lab(80.2 -7.6 -10.5) |
| LCH | lch(80.2 13.0 234.0) |
| OKLCH | oklch(0.826 0.040 226.1) |
Copy-ready code
/* CSS */
color: #acccda;
background-color: #acccda;
/* Tailwind (arbitrary) */
class="text-[#acccda] bg-[#acccda]"
/* SCSS */
$brand: #acccda;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#acccda")Accessibility — WCAG contrast
Aa
#acccda on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccda on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#acccda text on a black background
contrast 12.40:1
Card sample
#acccda text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccda;
Background color
Panel with #acccda background
background-color: #acccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccda; background: linear-gradient(135deg, #acccda, #ACADDA);