#b3cfdb
a light, soft cyan · cool · closest name: silver
RGB
179, 207, 219
HSL
198°, 36%, 78%
CMYK
18, 6, 0, 14
Luminance
0.5932
Every format
| HEX | #b3cfdb |
| RGB | rgb(179, 207, 219) |
| HSL | hsl(198, 36%, 78%) |
| CMYK | cmyk(18%, 6%, 0%, 14%) |
| LAB | lab(81.5 -6.8 -9.1) |
| LCH | lch(81.5 11.3 233.1) |
| OKLCH | oklch(0.838 0.034 225.5) |
Copy-ready code
/* CSS */
color: #b3cfdb;
background-color: #b3cfdb;
/* Tailwind (arbitrary) */
class="text-[#b3cfdb] bg-[#b3cfdb]"
/* SCSS */
$brand: #b3cfdb;
/* SwiftUI */
Color(red: 0.702, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#b3cfdb")Accessibility — WCAG contrast
Aa
#b3cfdb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cfdb on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green81.2%
Blue85.9%
CMYK percentages
Cyan18.3%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#b3cfdb text on a black background
contrast 12.86:1
Card sample
#b3cfdb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cfdb;
Background color
Panel with #b3cfdb background
background-color: #b3cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cfdb; background: linear-gradient(135deg, #b3cfdb, #B3B4DB);