#bce7ff
a pale, electric blue · cool · closest name: skyblue
RGB
188, 231, 255
HSL
202°, 100%, 87%
CMYK
26, 9, 0, 0
Luminance
0.7506
Every format
| HEX | #bce7ff |
| RGB | rgb(188, 231, 255) |
| HSL | hsl(202, 100%, 87%) |
| CMYK | cmyk(26%, 9%, 0%, 0%) |
| LAB | lab(89.4 -8.6 -16.2) |
| LCH | lch(89.4 18.3 241.9) |
| OKLCH | oklch(0.905 0.056 232.6) |
Copy-ready code
/* CSS */
color: #bce7ff;
background-color: #bce7ff;
/* Tailwind (arbitrary) */
class="text-[#bce7ff] bg-[#bce7ff]"
/* SCSS */
$brand: #bce7ff;
/* SwiftUI */
Color(red: 0.737, green: 0.906, blue: 1.000)
/* Android */
Color.parseColor("#bce7ff")Accessibility — WCAG contrast
Aa
#bce7ff on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce7ff on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green90.6%
Blue100.0%
CMYK percentages
Cyan26.3%
Magenta9.4%
Yellow0.0%
Key (black)0.0%
Color previews
#bce7ff text on a black background
contrast 16.01:1
Card sample
#bce7ff text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce7ff;
Background color
Panel with #bce7ff background
background-color: #bce7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 231, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 231, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce7ff; background: linear-gradient(135deg, #bce7ff, #BEBCFF);