#beffeb
a pale, electric cyan · cool · closest name: beige
RGB
190, 255, 235
HSL
162°, 100%, 87%
CMYK
26, 0, 8, 0
Luminance
0.8847
Every format
| HEX | #beffeb |
| RGB | rgb(190, 255, 235) |
| HSL | hsl(162, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 8%, 0%) |
| LAB | lab(95.4 -24.2 3.0) |
| LCH | lch(95.4 24.4 172.9) |
| OKLCH | oklch(0.951 0.070 173.8) |
Copy-ready code
/* CSS */
color: #beffeb;
background-color: #beffeb;
/* Tailwind (arbitrary) */
class="text-[#beffeb] bg-[#beffeb]"
/* SCSS */
$brand: #beffeb;
/* SwiftUI */
Color(red: 0.745, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#beffeb")Accessibility — WCAG contrast
Aa
#beffeb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beffeb on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green100.0%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#beffeb text on a black background
contrast 18.69:1
Card sample
#beffeb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beffeb;
Background color
Panel with #beffeb background
background-color: #beffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beffeb; background: linear-gradient(135deg, #beffeb, #BEE8FF);