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