#ffcbf4
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 203, 244
HSL
313°, 100%, 90%
CMYK
0, 20, 4, 0
Luminance
0.7050
Every format
| HEX | #ffcbf4 |
| RGB | rgb(255, 203, 244) |
| HSL | hsl(313, 100%, 90%) |
| CMYK | cmyk(0%, 20%, 4%, 0%) |
| LAB | lab(87.2 24.9 -13.1) |
| LCH | lch(87.2 28.2 332.3) |
| OKLCH | oklch(0.900 0.079 333.7) |
Copy-ready code
/* CSS */
color: #ffcbf4;
background-color: #ffcbf4;
/* Tailwind (arbitrary) */
class="text-[#ffcbf4] bg-[#ffcbf4]"
/* SCSS */
$brand: #ffcbf4;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.957)
/* Android */
Color.parseColor("#ffcbf4")Accessibility — WCAG contrast
Aa
#ffcbf4 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcbf4 on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow4.3%
Key (black)0.0%
Color previews
#ffcbf4 text on a black background
contrast 15.10:1
Card sample
#ffcbf4 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcbf4;
Background color
Panel with #ffcbf4 background
background-color: #ffcbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcbf4; background: linear-gradient(135deg, #ffcbf4, #FFCBD1);