#bedddf
a light, soft cyan · cool · closest name: silver
RGB
190, 221, 223
HSL
184°, 34%, 81%
CMYK
15, 1, 0, 13
Luminance
0.6799
Every format
| HEX | #bedddf |
| RGB | rgb(190, 221, 223) |
| HSL | hsl(184, 34%, 81%) |
| CMYK | cmyk(15%, 1%, 0%, 13%) |
| LAB | lab(86.0 -9.8 -4.4) |
| LCH | lch(86.0 10.7 204.3) |
| OKLCH | oklch(0.876 0.033 201.3) |
Copy-ready code
/* CSS */
color: #bedddf;
background-color: #bedddf;
/* Tailwind (arbitrary) */
class="text-[#bedddf] bg-[#bedddf]"
/* SCSS */
$brand: #bedddf;
/* SwiftUI */
Color(red: 0.745, green: 0.867, blue: 0.875)
/* Android */
Color.parseColor("#bedddf")Accessibility — WCAG contrast
Aa
#bedddf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bedddf on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green86.7%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta0.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bedddf text on a black background
contrast 14.60:1
Card sample
#bedddf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bedddf;
Background color
Panel with #bedddf background
background-color: #bedddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bedddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 221, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 221, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bedddf; background: linear-gradient(135deg, #bedddf, #BEC7DF);