#acdfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 223, 235
HSL
191°, 61%, 80%
CMYK
27, 5, 0, 8
Luminance
0.6754
Every format
| HEX | #acdfeb |
| RGB | rgb(172, 223, 235) |
| HSL | hsl(191, 61%, 80%) |
| CMYK | cmyk(27%, 5%, 0%, 8%) |
| LAB | lab(85.8 -13.6 -11.2) |
| LCH | lch(85.8 17.6 219.4) |
| OKLCH | oklch(0.872 0.055 213.7) |
Copy-ready code
/* CSS */
color: #acdfeb;
background-color: #acdfeb;
/* Tailwind (arbitrary) */
class="text-[#acdfeb] bg-[#acdfeb]"
/* SCSS */
$brand: #acdfeb;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#acdfeb")Accessibility — WCAG contrast
Aa
#acdfeb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdfeb on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#acdfeb text on a black background
contrast 14.51:1
Card sample
#acdfeb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdfeb;
Background color
Panel with #acdfeb background
background-color: #acdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdfeb; background: linear-gradient(135deg, #acdfeb, #ACB5EB);