#bceddf
a light, vivid cyan · cool · closest name: beige
RGB
188, 237, 223
HSL
163°, 58%, 83%
CMYK
21, 0, 6, 7
Luminance
0.7659
Every format
| HEX | #bceddf |
| RGB | rgb(188, 237, 223) |
| HSL | hsl(163, 58%, 83%) |
| CMYK | cmyk(21%, 0%, 6%, 7%) |
| LAB | lab(90.1 -18.4 1.6) |
| LCH | lch(90.1 18.5 175.0) |
| OKLCH | oklch(0.908 0.054 175.7) |
Copy-ready code
/* CSS */
color: #bceddf;
background-color: #bceddf;
/* Tailwind (arbitrary) */
class="text-[#bceddf] bg-[#bceddf]"
/* SCSS */
$brand: #bceddf;
/* SwiftUI */
Color(red: 0.737, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#bceddf")Accessibility — WCAG contrast
Aa
#bceddf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceddf on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.9%
Blue87.5%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#bceddf text on a black background
contrast 16.32:1
Card sample
#bceddf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceddf;
Background color
Panel with #bceddf background
background-color: #bceddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceddf; background: linear-gradient(135deg, #bceddf, #BCDAED);