#f6fcba
a pale, electric yellow · cool · closest name: khaki
RGB
246, 252, 186
HSL
66°, 92%, 86%
CMYK
2, 0, 26, 1
Luminance
0.9276
Every format
| HEX | #f6fcba |
| RGB | rgb(246, 252, 186) |
| HSL | hsl(66, 92%, 86%) |
| CMYK | cmyk(2%, 0%, 26%, 1%) |
| LAB | lab(97.1 -12.3 31.0) |
| LCH | lch(97.1 33.4 111.6) |
| OKLCH | oklch(0.971 0.084 112.2) |
Copy-ready code
/* CSS */
color: #f6fcba;
background-color: #f6fcba;
/* Tailwind (arbitrary) */
class="text-[#f6fcba] bg-[#f6fcba]"
/* SCSS */
$brand: #f6fcba;
/* SwiftUI */
Color(red: 0.965, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#f6fcba")Accessibility — WCAG contrast
Aa
#f6fcba on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6fcba on black: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green98.8%
Blue72.9%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#f6fcba text on a black background
contrast 19.55:1
Card sample
#f6fcba text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6fcba;
Background color
Panel with #f6fcba background
background-color: #f6fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6fcba; background: linear-gradient(135deg, #f6fcba, #CAFCBA);