#bce7df
a light, vivid cyan · cool · closest name: beige
RGB
188, 231, 223
HSL
169°, 47%, 82%
CMYK
19, 0, 4, 9
Luminance
0.7317
Every format
| HEX | #bce7df |
| RGB | rgb(188, 231, 223) |
| HSL | hsl(169, 47%, 82%) |
| CMYK | cmyk(19%, 0%, 4%, 9%) |
| LAB | lab(88.5 -15.5 -0.7) |
| LCH | lch(88.5 15.5 182.7) |
| OKLCH | oklch(0.895 0.046 182.7) |
Copy-ready code
/* CSS */
color: #bce7df;
background-color: #bce7df;
/* Tailwind (arbitrary) */
class="text-[#bce7df] bg-[#bce7df]"
/* SCSS */
$brand: #bce7df;
/* SwiftUI */
Color(red: 0.737, green: 0.906, blue: 0.875)
/* Android */
Color.parseColor("#bce7df")Accessibility — WCAG contrast
Aa
#bce7df on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce7df on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green90.6%
Blue87.5%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow3.5%
Key (black)9.4%
Color previews
#bce7df text on a black background
contrast 15.63:1
Card sample
#bce7df text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce7df;
Background color
Panel with #bce7df background
background-color: #bce7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 231, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 231, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce7df; background: linear-gradient(135deg, #bce7df, #BCD2E7);