#befdff
a pale, electric cyan · cool · closest name: white
RGB
190, 253, 255
HSL
182°, 100%, 87%
CMYK
26, 1, 0, 0
Luminance
0.8842
Every format
| HEX | #befdff |
| RGB | rgb(190, 253, 255) |
| HSL | hsl(182, 100%, 87%) |
| CMYK | cmyk(26%, 1%, 0%, 0%) |
| LAB | lab(95.3 -19.1 -7.3) |
| LCH | lch(95.3 20.4 201.0) |
| OKLCH | oklch(0.953 0.063 198.6) |
Copy-ready code
/* CSS */
color: #befdff;
background-color: #befdff;
/* Tailwind (arbitrary) */
class="text-[#befdff] bg-[#befdff]"
/* SCSS */
$brand: #befdff;
/* SwiftUI */
Color(red: 0.745, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#befdff")Accessibility — WCAG contrast
Aa
#befdff on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befdff on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green99.2%
Blue100.0%
CMYK percentages
Cyan25.5%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#befdff text on a black background
contrast 18.68:1
Card sample
#befdff text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befdff;
Background color
Panel with #befdff background
background-color: #befdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befdff; background: linear-gradient(135deg, #befdff, #BED2FF);