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