#f5f5cb
a pale, vivid yellow · cool · closest name: beige
RGB
245, 245, 203
HSL
60°, 68%, 88%
CMYK
0, 0, 17, 4
Luminance
0.8903
Every format
| HEX | #f5f5cb |
| RGB | rgb(245, 245, 203) |
| HSL | hsl(60, 68%, 88%) |
| CMYK | cmyk(0%, 0%, 17%, 4%) |
| LAB | lab(95.6 -6.8 20.3) |
| LCH | lch(95.6 21.4 108.5) |
| OKLCH | oklch(0.960 0.054 107.4) |
Copy-ready code
/* CSS */
color: #f5f5cb;
background-color: #f5f5cb;
/* Tailwind (arbitrary) */
class="text-[#f5f5cb] bg-[#f5f5cb]"
/* SCSS */
$brand: #f5f5cb;
/* SwiftUI */
Color(red: 0.961, green: 0.961, blue: 0.796)
/* Android */
Color.parseColor("#f5f5cb")Accessibility — WCAG contrast
Aa
#f5f5cb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5f5cb on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green96.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow17.1%
Key (black)3.9%
Color previews
#f5f5cb text on a black background
contrast 18.81:1
Card sample
#f5f5cb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5f5cb;
Background color
Panel with #f5f5cb background
background-color: #f5f5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5f5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 245, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 245, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5f5cb; background: linear-gradient(135deg, #f5f5cb, #D9F5CB);