#acdbee
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 219, 238
HSL
197°, 66%, 80%
CMYK
28, 8, 0, 7
Luminance
0.6561
Every format
| HEX | #acdbee |
| RGB | rgb(172, 219, 238) |
| HSL | hsl(197, 66%, 80%) |
| CMYK | cmyk(28%, 8%, 0%, 7%) |
| LAB | lab(84.8 -10.9 -14.3) |
| LCH | lch(84.8 17.9 232.6) |
| OKLCH | oklch(0.865 0.055 224.6) |
Copy-ready code
/* CSS */
color: #acdbee;
background-color: #acdbee;
/* Tailwind (arbitrary) */
class="text-[#acdbee] bg-[#acdbee]"
/* SCSS */
$brand: #acdbee;
/* SwiftUI */
Color(red: 0.675, green: 0.859, blue: 0.933)
/* Android */
Color.parseColor("#acdbee")Accessibility — WCAG contrast
Aa
#acdbee on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdbee on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.9%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta8.0%
Yellow0.0%
Key (black)6.7%
Color previews
#acdbee text on a black background
contrast 14.12:1
Card sample
#acdbee text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdbee;
Background color
Panel with #acdbee background
background-color: #acdbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 219, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 219, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdbee; background: linear-gradient(135deg, #acdbee, #ACAFEE);