#beecdf
a light, vivid cyan · cool · closest name: beige
RGB
190, 236, 223
HSL
163°, 55%, 84%
CMYK
20, 0, 6, 8
Luminance
0.7627
Every format
| HEX | #beecdf |
| RGB | rgb(190, 236, 223) |
| HSL | hsl(163, 55%, 84%) |
| CMYK | cmyk(20%, 0%, 6%, 8%) |
| LAB | lab(90.0 -17.3 1.4) |
| LCH | lch(90.0 17.4 175.3) |
| OKLCH | oklch(0.907 0.051 176.0) |
Copy-ready code
/* CSS */
color: #beecdf;
background-color: #beecdf;
/* Tailwind (arbitrary) */
class="text-[#beecdf] bg-[#beecdf]"
/* SCSS */
$brand: #beecdf;
/* SwiftUI */
Color(red: 0.745, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#beecdf")Accessibility — WCAG contrast
Aa
#beecdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beecdf on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green92.5%
Blue87.5%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#beecdf text on a black background
contrast 16.25:1
Card sample
#beecdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beecdf;
Background color
Panel with #beecdf background
background-color: #beecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beecdf; background: linear-gradient(135deg, #beecdf, #BEDAEC);