#beeceb
a light, vivid cyan · cool · closest name: white
RGB
190, 236, 235
HSL
179°, 55%, 84%
CMYK
20, 0, 0, 8
Luminance
0.7694
Every format
| HEX | #beeceb |
| RGB | rgb(190, 236, 235) |
| HSL | hsl(179, 55%, 84%) |
| CMYK | cmyk(20%, 0%, 0%, 8%) |
| LAB | lab(90.3 -14.9 -4.4) |
| LCH | lch(90.3 15.5 196.5) |
| OKLCH | oklch(0.911 0.047 194.7) |
Copy-ready code
/* CSS */
color: #beeceb;
background-color: #beeceb;
/* Tailwind (arbitrary) */
class="text-[#beeceb] bg-[#beeceb]"
/* SCSS */
$brand: #beeceb;
/* SwiftUI */
Color(red: 0.745, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#beeceb")Accessibility — WCAG contrast
Aa
#beeceb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeceb on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#beeceb text on a black background
contrast 16.39:1
Card sample
#beeceb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeceb;
Background color
Panel with #beeceb background
background-color: #beeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeceb; background: linear-gradient(135deg, #beeceb, #BECEEC);