#bdf5fe
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 245, 254
HSL
188°, 97%, 87%
CMYK
26, 4, 0, 0
Luminance
0.8328
Every format
| HEX | #bdf5fe |
| RGB | rgb(189, 245, 254) |
| HSL | hsl(188, 97%, 87%) |
| CMYK | cmyk(26%, 4%, 0%, 0%) |
| LAB | lab(93.1 -15.6 -10.1) |
| LCH | lch(93.1 18.6 212.8) |
| OKLCH | oklch(0.935 0.058 208.4) |
Copy-ready code
/* CSS */
color: #bdf5fe;
background-color: #bdf5fe;
/* Tailwind (arbitrary) */
class="text-[#bdf5fe] bg-[#bdf5fe]"
/* SCSS */
$brand: #bdf5fe;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.996)
/* Android */
Color.parseColor("#bdf5fe")Accessibility — WCAG contrast
Aa
#bdf5fe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf5fe on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue99.6%
CMYK percentages
Cyan25.6%
Magenta3.5%
Yellow0.0%
Key (black)0.4%
Color previews
#bdf5fe text on a black background
contrast 17.66:1
Card sample
#bdf5fe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf5fe;
Background color
Panel with #bdf5fe background
background-color: #bdf5fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf5fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf5fe; background: linear-gradient(135deg, #bdf5fe, #BDCAFE);