#bcd0fd
a pale, electric blue · cool · closest name: lavender
RGB
188, 208, 253
HSL
222°, 94%, 87%
CMYK
26, 18, 0, 1
Luminance
0.6289
Every format
| HEX | #bcd0fd |
| RGB | rgb(188, 208, 253) |
| HSL | hsl(222, 94%, 87%) |
| CMYK | cmyk(26%, 18%, 0%, 1%) |
| LAB | lab(83.4 3.0 -24.2) |
| LCH | lch(83.4 24.4 276.9) |
| OKLCH | oklch(0.858 0.067 266.2) |
Copy-ready code
/* CSS */
color: #bcd0fd;
background-color: #bcd0fd;
/* Tailwind (arbitrary) */
class="text-[#bcd0fd] bg-[#bcd0fd]"
/* SCSS */
$brand: #bcd0fd;
/* SwiftUI */
Color(red: 0.737, green: 0.816, blue: 0.992)
/* Android */
Color.parseColor("#bcd0fd")Accessibility — WCAG contrast
Aa
#bcd0fd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd0fd on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.6%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta17.8%
Yellow0.0%
Key (black)0.8%
Color previews
#bcd0fd text on a black background
contrast 13.58:1
Card sample
#bcd0fd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd0fd;
Background color
Panel with #bcd0fd background
background-color: #bcd0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 208, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 208, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd0fd; background: linear-gradient(135deg, #bcd0fd, #D3BCFD);