#c3faeb
a pale, electric cyan · cool · closest name: beige
RGB
195, 250, 235
HSL
164°, 85%, 87%
CMYK
22, 0, 6, 2
Luminance
0.8597
Every format
| HEX | #c3faeb |
| RGB | rgb(195, 250, 235) |
| HSL | hsl(164, 85%, 87%) |
| CMYK | cmyk(22%, 0%, 6%, 2%) |
| LAB | lab(94.3 -20.3 1.5) |
| LCH | lch(94.3 20.4 175.7) |
| OKLCH | oklch(0.943 0.059 176.4) |
Copy-ready code
/* CSS */
color: #c3faeb;
background-color: #c3faeb;
/* Tailwind (arbitrary) */
class="text-[#c3faeb] bg-[#c3faeb]"
/* SCSS */
$brand: #c3faeb;
/* SwiftUI */
Color(red: 0.765, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#c3faeb")Accessibility — WCAG contrast
Aa
#c3faeb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3faeb on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.0%
Blue92.2%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#c3faeb text on a black background
contrast 18.19:1
Card sample
#c3faeb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3faeb;
Background color
Panel with #c3faeb background
background-color: #c3faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3faeb; background: linear-gradient(135deg, #c3faeb, #C3E4FA);