#f3fbd2
a pale, electric green · cool · closest name: beige
RGB
243, 251, 210
HSL
72°, 84%, 90%
CMYK
3, 0, 16, 2
Luminance
0.9270
Every format
| HEX | #f3fbd2 |
| RGB | rgb(243, 251, 210) |
| HSL | hsl(72, 84%, 90%) |
| CMYK | cmyk(3%, 0%, 16%, 2%) |
| LAB | lab(97.1 -9.4 18.8) |
| LCH | lch(97.1 21.0 116.7) |
| OKLCH | oklch(0.972 0.054 116.4) |
Copy-ready code
/* CSS */
color: #f3fbd2;
background-color: #f3fbd2;
/* Tailwind (arbitrary) */
class="text-[#f3fbd2] bg-[#f3fbd2]"
/* SCSS */
$brand: #f3fbd2;
/* SwiftUI */
Color(red: 0.953, green: 0.984, blue: 0.824)
/* Android */
Color.parseColor("#f3fbd2")Accessibility — WCAG contrast
Aa
#f3fbd2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3fbd2 on black: 19.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green98.4%
Blue82.4%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow16.3%
Key (black)1.6%
Color previews
#f3fbd2 text on a black background
contrast 19.54:1
Card sample
#f3fbd2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3fbd2;
Background color
Panel with #f3fbd2 background
background-color: #f3fbd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3fbd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 251, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 251, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3fbd2; background: linear-gradient(135deg, #f3fbd2, #D8FBD2);