#bccffc
a pale, electric blue · cool · closest name: lavender
RGB
188, 207, 252
HSL
222°, 91%, 86%
CMYK
25, 18, 0, 1
Luminance
0.6235
Every format
| HEX | #bccffc |
| RGB | rgb(188, 207, 252) |
| HSL | hsl(222, 91%, 86%) |
| CMYK | cmyk(25%, 18%, 0%, 1%) |
| LAB | lab(83.1 3.3 -24.1) |
| LCH | lch(83.1 24.4 277.7) |
| OKLCH | oklch(0.855 0.066 267.0) |
Copy-ready code
/* CSS */
color: #bccffc;
background-color: #bccffc;
/* Tailwind (arbitrary) */
class="text-[#bccffc] bg-[#bccffc]"
/* SCSS */
$brand: #bccffc;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#bccffc")Accessibility — WCAG contrast
Aa
#bccffc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccffc on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#bccffc text on a black background
contrast 13.47:1
Card sample
#bccffc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccffc;
Background color
Panel with #bccffc background
background-color: #bccffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccffc; background: linear-gradient(135deg, #bccffc, #D4BCFC);