#bdeffc
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 239, 252
HSL
192°, 91%, 87%
CMYK
25, 5, 0, 1
Luminance
0.7958
Every format
| HEX | #bdeffc |
| RGB | rgb(189, 239, 252) |
| HSL | hsl(192, 91%, 87%) |
| CMYK | cmyk(25%, 5%, 0%, 1%) |
| LAB | lab(91.5 -13.1 -11.5) |
| LCH | lch(91.5 17.4 221.3) |
| OKLCH | oklch(0.922 0.054 215.4) |
Copy-ready code
/* CSS */
color: #bdeffc;
background-color: #bdeffc;
/* Tailwind (arbitrary) */
class="text-[#bdeffc] bg-[#bdeffc]"
/* SCSS */
$brand: #bdeffc;
/* SwiftUI */
Color(red: 0.741, green: 0.937, blue: 0.988)
/* Android */
Color.parseColor("#bdeffc")Accessibility — WCAG contrast
Aa
#bdeffc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeffc on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.7%
Blue98.8%
CMYK percentages
Cyan25.0%
Magenta5.2%
Yellow0.0%
Key (black)1.2%
Color previews
#bdeffc text on a black background
contrast 16.92:1
Card sample
#bdeffc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeffc;
Background color
Panel with #bdeffc background
background-color: #bdeffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 239, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 239, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeffc; background: linear-gradient(135deg, #bdeffc, #BDC5FC);