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