#bce3eb
a light, vivid cyan · cool · closest name: lavender
RGB
188, 227, 235
HSL
190°, 54%, 83%
CMYK
20, 3, 0, 8
Luminance
0.7163
Every format
| HEX | #bce3eb |
| RGB | rgb(188, 227, 235) |
| HSL | hsl(190, 54%, 83%) |
| CMYK | cmyk(20%, 3%, 0%, 8%) |
| LAB | lab(87.8 -10.9 -8.1) |
| LCH | lch(87.8 13.6 216.5) |
| OKLCH | oklch(0.890 0.042 211.5) |
Copy-ready code
/* CSS */
color: #bce3eb;
background-color: #bce3eb;
/* Tailwind (arbitrary) */
class="text-[#bce3eb] bg-[#bce3eb]"
/* SCSS */
$brand: #bce3eb;
/* SwiftUI */
Color(red: 0.737, green: 0.890, blue: 0.922)
/* Android */
Color.parseColor("#bce3eb")Accessibility — WCAG contrast
Aa
#bce3eb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce3eb on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green89.0%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta3.4%
Yellow0.0%
Key (black)7.8%
Color previews
#bce3eb text on a black background
contrast 15.33:1
Card sample
#bce3eb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce3eb;
Background color
Panel with #bce3eb background
background-color: #bce3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 227, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 227, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce3eb; background: linear-gradient(135deg, #bce3eb, #BCC4EB);