#bfefef
a light, vivid cyan · cool · closest name: white
RGB
191, 239, 239
HSL
180°, 60%, 84%
CMYK
20, 0, 0, 6
Luminance
0.7904
Every format
| HEX | #bfefef |
| RGB | rgb(191, 239, 239) |
| HSL | hsl(180, 60%, 84%) |
| CMYK | cmyk(20%, 0%, 0%, 6%) |
| LAB | lab(91.3 -15.3 -5.1) |
| LCH | lch(91.3 16.1 198.3) |
| OKLCH | oklch(0.919 0.049 196.3) |
Copy-ready code
/* CSS */
color: #bfefef;
background-color: #bfefef;
/* Tailwind (arbitrary) */
class="text-[#bfefef] bg-[#bfefef]"
/* SCSS */
$brand: #bfefef;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 0.937)
/* Android */
Color.parseColor("#bfefef")Accessibility — WCAG contrast
Aa
#bfefef on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfefef on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue93.7%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow0.0%
Key (black)6.3%
Color previews
#bfefef text on a black background
contrast 16.81:1
Card sample
#bfefef text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfefef;
Background color
Panel with #bfefef background
background-color: #bfefef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfefef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfefef; background: linear-gradient(135deg, #bfefef, #BFCFEF);