#cfd367
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 211, 103
HSL
62°, 55%, 62%
CMYK
2, 0, 51, 17
Luminance
0.6083
Every format
| HEX | #cfd367 |
| RGB | rgb(207, 211, 103) |
| HSL | hsl(62, 55%, 62%) |
| CMYK | cmyk(2%, 0%, 51%, 17%) |
| LAB | lab(82.3 -16.1 52.4) |
| LCH | lch(82.3 54.8 107.1) |
| OKLCH | oklch(0.842 0.132 110.8) |
Copy-ready code
/* CSS */
color: #cfd367;
background-color: #cfd367;
/* Tailwind (arbitrary) */
class="text-[#cfd367] bg-[#cfd367]"
/* SCSS */
$brand: #cfd367;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.404)
/* Android */
Color.parseColor("#cfd367")Accessibility — WCAG contrast
Aa
#cfd367 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd367 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue40.4%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow51.2%
Key (black)17.3%
Color previews
#cfd367 text on a black background
contrast 13.17:1
Card sample
#cfd367 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd367;
Background color
Panel with #cfd367 background
background-color: #cfd367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd367; background: linear-gradient(135deg, #cfd367, #87D367);