#bdf0fe
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 240, 254
HSL
193°, 97%, 87%
CMYK
26, 6, 0, 0
Luminance
0.8029
Every format
| HEX | #bdf0fe |
| RGB | rgb(189, 240, 254) |
| HSL | hsl(193, 97%, 87%) |
| CMYK | cmyk(26%, 6%, 0%, 0%) |
| LAB | lab(91.8 -13.1 -12.1) |
| LCH | lch(91.8 17.8 222.6) |
| OKLCH | oklch(0.924 0.055 216.4) |
Copy-ready code
/* CSS */
color: #bdf0fe;
background-color: #bdf0fe;
/* Tailwind (arbitrary) */
class="text-[#bdf0fe] bg-[#bdf0fe]"
/* SCSS */
$brand: #bdf0fe;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.996)
/* Android */
Color.parseColor("#bdf0fe")Accessibility — WCAG contrast
Aa
#bdf0fe on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf0fe on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue99.6%
CMYK percentages
Cyan25.6%
Magenta5.5%
Yellow0.0%
Key (black)0.4%
Color previews
#bdf0fe text on a black background
contrast 17.06:1
Card sample
#bdf0fe text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf0fe;
Background color
Panel with #bdf0fe background
background-color: #bdf0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf0fe; background: linear-gradient(135deg, #bdf0fe, #BDC5FE);