#caffeb
a pale, electric green · cool · closest name: beige
RGB
202, 255, 235
HSL
157°, 100%, 90%
CMYK
21, 0, 8, 0
Luminance
0.9007
Every format
| HEX | #caffeb |
| RGB | rgb(202, 255, 235) |
| HSL | hsl(157, 100%, 90%) |
| CMYK | cmyk(21%, 0%, 8%, 0%) |
| LAB | lab(96.0 -20.6 4.1) |
| LCH | lch(96.0 21.0 168.8) |
| OKLCH | oklch(0.958 0.060 170.0) |
Copy-ready code
/* CSS */
color: #caffeb;
background-color: #caffeb;
/* Tailwind (arbitrary) */
class="text-[#caffeb] bg-[#caffeb]"
/* SCSS */
$brand: #caffeb;
/* SwiftUI */
Color(red: 0.792, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#caffeb")Accessibility — WCAG contrast
Aa
#caffeb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caffeb on black: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green100.0%
Blue92.2%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#caffeb text on a black background
contrast 19.01:1
Card sample
#caffeb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caffeb;
Background color
Panel with #caffeb background
background-color: #caffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caffeb; background: linear-gradient(135deg, #caffeb, #CAF0FF);