#bbfdf2
a pale, electric cyan · cool · closest name: ivory
RGB
187, 253, 242
HSL
170°, 94%, 86%
CMYK
26, 0, 4, 1
Luminance
0.8723
Every format
| HEX | #bbfdf2 |
| RGB | rgb(187, 253, 242) |
| HSL | hsl(170, 94%, 86%) |
| CMYK | cmyk(26%, 0%, 4%, 1%) |
| LAB | lab(94.8 -22.7 -1.4) |
| LCH | lch(94.8 22.7 183.5) |
| OKLCH | oklch(0.947 0.067 183.4) |
Copy-ready code
/* CSS */
color: #bbfdf2;
background-color: #bbfdf2;
/* Tailwind (arbitrary) */
class="text-[#bbfdf2] bg-[#bbfdf2]"
/* SCSS */
$brand: #bbfdf2;
/* SwiftUI */
Color(red: 0.733, green: 0.992, blue: 0.949)
/* Android */
Color.parseColor("#bbfdf2")Accessibility — WCAG contrast
Aa
#bbfdf2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbfdf2 on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green99.2%
Blue94.9%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow4.3%
Key (black)0.8%
Color previews
#bbfdf2 text on a black background
contrast 18.45:1
Card sample
#bbfdf2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbfdf2;
Background color
Panel with #bbfdf2 background
background-color: #bbfdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbfdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 253, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 253, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbfdf2; background: linear-gradient(135deg, #bbfdf2, #BBDCFD);