#bceaf6
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 234, 246
HSL
192°, 76%, 85%
CMYK
24, 5, 0, 4
Luminance
0.7619
Every format
| HEX | #bceaf6 |
| RGB | rgb(188, 234, 246) |
| HSL | hsl(192, 76%, 85%) |
| CMYK | cmyk(24%, 5%, 0%, 4%) |
| LAB | lab(90.0 -12.1 -10.7) |
| LCH | lch(90.0 16.2 221.3) |
| OKLCH | oklch(0.909 0.050 215.4) |
Copy-ready code
/* CSS */
color: #bceaf6;
background-color: #bceaf6;
/* Tailwind (arbitrary) */
class="text-[#bceaf6] bg-[#bceaf6]"
/* SCSS */
$brand: #bceaf6;
/* SwiftUI */
Color(red: 0.737, green: 0.918, blue: 0.965)
/* Android */
Color.parseColor("#bceaf6")Accessibility — WCAG contrast
Aa
#bceaf6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceaf6 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green91.8%
Blue96.5%
CMYK percentages
Cyan23.6%
Magenta4.9%
Yellow0.0%
Key (black)3.5%
Color previews
#bceaf6 text on a black background
contrast 16.24:1
Card sample
#bceaf6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceaf6;
Background color
Panel with #bceaf6 background
background-color: #bceaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 234, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 234, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceaf6; background: linear-gradient(135deg, #bceaf6, #BCC3F6);