#bcedf3
a light, vivid cyan · cool · closest name: skyblue
RGB
188, 237, 243
HSL
187°, 70%, 85%
CMYK
23, 3, 0, 5
Luminance
0.7773
Every format
| HEX | #bcedf3 |
| RGB | rgb(188, 237, 243) |
| HSL | hsl(187, 70%, 85%) |
| CMYK | cmyk(23%, 3%, 0%, 5%) |
| LAB | lab(90.7 -14.3 -8.1) |
| LCH | lch(90.7 16.4 209.4) |
| OKLCH | oklch(0.914 0.051 205.5) |
Copy-ready code
/* CSS */
color: #bcedf3;
background-color: #bcedf3;
/* Tailwind (arbitrary) */
class="text-[#bcedf3] bg-[#bcedf3]"
/* SCSS */
$brand: #bcedf3;
/* SwiftUI */
Color(red: 0.737, green: 0.929, blue: 0.953)
/* Android */
Color.parseColor("#bcedf3")Accessibility — WCAG contrast
Aa
#bcedf3 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcedf3 on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.9%
Blue95.3%
CMYK percentages
Cyan22.6%
Magenta2.5%
Yellow0.0%
Key (black)4.7%
Color previews
#bcedf3 text on a black background
contrast 16.55:1
Card sample
#bcedf3 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcedf3;
Background color
Panel with #bcedf3 background
background-color: #bcedf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcedf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 237, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 237, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcedf3; background: linear-gradient(135deg, #bcedf3, #BCC8F3);