#bce6db
a light, vivid cyan · cool · closest name: beige
RGB
188, 230, 219
HSL
164°, 46%, 82%
CMYK
18, 0, 5, 10
Luminance
0.7240
Every format
| HEX | #bce6db |
| RGB | rgb(188, 230, 219) |
| HSL | hsl(164, 46%, 82%) |
| CMYK | cmyk(18%, 0%, 5%, 10%) |
| LAB | lab(88.2 -15.8 0.8) |
| LCH | lch(88.2 15.8 176.9) |
| OKLCH | oklch(0.892 0.046 177.5) |
Copy-ready code
/* CSS */
color: #bce6db;
background-color: #bce6db;
/* Tailwind (arbitrary) */
class="text-[#bce6db] bg-[#bce6db]"
/* SCSS */
$brand: #bce6db;
/* SwiftUI */
Color(red: 0.737, green: 0.902, blue: 0.859)
/* Android */
Color.parseColor("#bce6db")Accessibility — WCAG contrast
Aa
#bce6db on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce6db on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green90.2%
Blue85.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow4.8%
Key (black)9.8%
Color previews
#bce6db text on a black background
contrast 15.48:1
Card sample
#bce6db text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce6db;
Background color
Panel with #bce6db background
background-color: #bce6db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce6db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 230, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 230, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce6db; background: linear-gradient(135deg, #bce6db, #BCD5E6);