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