#bdf0f0
a light, vivid cyan · cool · closest name: white
RGB
189, 240, 240
HSL
180°, 63%, 84%
CMYK
21, 0, 0, 6
Luminance
0.7943
Every format
| HEX | #bdf0f0 |
| RGB | rgb(189, 240, 240) |
| HSL | hsl(180, 63%, 84%) |
| CMYK | cmyk(21%, 0%, 0%, 6%) |
| LAB | lab(91.4 -16.1 -5.3) |
| LCH | lch(91.4 17.0 198.3) |
| OKLCH | oklch(0.920 0.052 196.3) |
Copy-ready code
/* CSS */
color: #bdf0f0;
background-color: #bdf0f0;
/* Tailwind (arbitrary) */
class="text-[#bdf0f0] bg-[#bdf0f0]"
/* SCSS */
$brand: #bdf0f0;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.941)
/* Android */
Color.parseColor("#bdf0f0")Accessibility — WCAG contrast
Aa
#bdf0f0 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf0f0 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue94.1%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow0.0%
Key (black)5.9%
Color previews
#bdf0f0 text on a black background
contrast 16.89:1
Card sample
#bdf0f0 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf0f0;
Background color
Panel with #bdf0f0 background
background-color: #bdf0f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf0f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf0f0; background: linear-gradient(135deg, #bdf0f0, #BDCEF0);