#bfefff
a pale, electric cyan · cool · closest name: skyblue
RGB
191, 239, 255
HSL
195°, 100%, 88%
CMYK
25, 6, 0, 0
Luminance
0.8003
Every format
| HEX | #bfefff |
| RGB | rgb(191, 239, 255) |
| HSL | hsl(195, 100%, 88%) |
| CMYK | cmyk(25%, 6%, 0%, 0%) |
| LAB | lab(91.7 -11.8 -12.7) |
| LCH | lch(91.7 17.4 227.1) |
| OKLCH | oklch(0.924 0.054 220.2) |
Copy-ready code
/* CSS */
color: #bfefff;
background-color: #bfefff;
/* Tailwind (arbitrary) */
class="text-[#bfefff] bg-[#bfefff]"
/* SCSS */
$brand: #bfefff;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#bfefff")Accessibility — WCAG contrast
Aa
#bfefff on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfefff on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#bfefff text on a black background
contrast 17.01:1
Card sample
#bfefff text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfefff;
Background color
Panel with #bfefff background
background-color: #bfefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfefff; background: linear-gradient(135deg, #bfefff, #BFC5FF);