#bceceb
a light, vivid cyan · cool · closest name: white
RGB
188, 236, 235
HSL
179°, 56%, 83%
CMYK
20, 0, 0, 8
Luminance
0.7668
Every format
| HEX | #bceceb |
| RGB | rgb(188, 236, 235) |
| HSL | hsl(179, 56%, 83%) |
| CMYK | cmyk(20%, 0%, 0%, 8%) |
| LAB | lab(90.2 -15.5 -4.6) |
| LCH | lch(90.2 16.1 196.5) |
| OKLCH | oklch(0.909 0.049 194.7) |
Copy-ready code
/* CSS */
color: #bceceb;
background-color: #bceceb;
/* Tailwind (arbitrary) */
class="text-[#bceceb] bg-[#bceceb]"
/* SCSS */
$brand: #bceceb;
/* SwiftUI */
Color(red: 0.737, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#bceceb")Accessibility — WCAG contrast
Aa
#bceceb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceceb on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.5%
Blue92.2%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#bceceb text on a black background
contrast 16.34:1
Card sample
#bceceb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceceb;
Background color
Panel with #bceceb background
background-color: #bceceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceceb; background: linear-gradient(135deg, #bceceb, #BCCDEC);