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