#bddfdf
a light, soft cyan · cool · closest name: silver
RGB
189, 223, 223
HSL
180°, 35%, 81%
CMYK
15, 0, 0, 13
Luminance
0.6892
Every format
| HEX | #bddfdf |
| RGB | rgb(189, 223, 223) |
| HSL | hsl(180, 35%, 81%) |
| CMYK | cmyk(15%, 0%, 0%, 13%) |
| LAB | lab(86.5 -11.1 -3.7) |
| LCH | lch(86.5 11.7 198.6) |
| OKLCH | oklch(0.879 0.036 196.5) |
Copy-ready code
/* CSS */
color: #bddfdf;
background-color: #bddfdf;
/* Tailwind (arbitrary) */
class="text-[#bddfdf] bg-[#bddfdf]"
/* SCSS */
$brand: #bddfdf;
/* SwiftUI */
Color(red: 0.741, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#bddfdf")Accessibility — WCAG contrast
Aa
#bddfdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bddfdf on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green87.5%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bddfdf text on a black background
contrast 14.78:1
Card sample
#bddfdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bddfdf;
Background color
Panel with #bddfdf background
background-color: #bddfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bddfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bddfdf; background: linear-gradient(135deg, #bddfdf, #BDC8DF);