#cfc388
a light, soft yellow · cool · closest name: tan
RGB
207, 195, 136
HSL
50°, 43%, 67%
CMYK
0, 6, 34, 19
Luminance
0.5407
Every format
| HEX | #cfc388 |
| RGB | rgb(207, 195, 136) |
| HSL | hsl(50, 43%, 67%) |
| CMYK | cmyk(0%, 6%, 34%, 19%) |
| LAB | lab(78.5 -4.5 31.2) |
| LCH | lch(78.5 31.6 98.3) |
| OKLCH | oklch(0.813 0.078 98.1) |
Copy-ready code
/* CSS */
color: #cfc388;
background-color: #cfc388;
/* Tailwind (arbitrary) */
class="text-[#cfc388] bg-[#cfc388]"
/* SCSS */
$brand: #cfc388;
/* SwiftUI */
Color(red: 0.812, green: 0.765, blue: 0.533)
/* Android */
Color.parseColor("#cfc388")Accessibility — WCAG contrast
Aa
#cfc388 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc388 on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.5%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow34.3%
Key (black)18.8%
Color previews
#cfc388 text on a black background
contrast 11.81:1
Card sample
#cfc388 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc388;
Background color
Panel with #cfc388 background
background-color: #cfc388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 195, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 195, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc388; background: linear-gradient(135deg, #cfc388, #ACCF88);