#f6fdac
a light, electric yellow · cool · closest name: khaki
RGB
246, 253, 172
HSL
65°, 95%, 83%
CMYK
3, 0, 32, 1
Luminance
0.9282
Every format
| HEX | #f6fdac |
| RGB | rgb(246, 253, 172) |
| HSL | hsl(65, 95%, 83%) |
| CMYK | cmyk(3%, 0%, 32%, 1%) |
| LAB | lab(97.2 -14.5 38.1) |
| LCH | lch(97.2 40.8 110.9) |
| OKLCH | oklch(0.970 0.102 112.3) |
Copy-ready code
/* CSS */
color: #f6fdac;
background-color: #f6fdac;
/* Tailwind (arbitrary) */
class="text-[#f6fdac] bg-[#f6fdac]"
/* SCSS */
$brand: #f6fdac;
/* SwiftUI */
Color(red: 0.965, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#f6fdac")Accessibility — WCAG contrast
Aa
#f6fdac on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6fdac on black: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green99.2%
Blue67.5%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#f6fdac text on a black background
contrast 19.56:1
Card sample
#f6fdac text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6fdac;
Background color
Panel with #f6fdac background
background-color: #f6fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6fdac; background: linear-gradient(135deg, #f6fdac, #C0FDAC);