#0ffceb
a balanced, electric cyan · cool · closest name: cyan
RGB
15, 252, 235
HSL
176°, 98%, 52%
CMYK
94, 0, 7, 1
Luminance
0.7572
Every format
| HEX | #0ffceb |
| RGB | rgb(15, 252, 235) |
| HSL | hsl(176, 98%, 52%) |
| CMYK | cmyk(94%, 0%, 7%, 1%) |
| LAB | lab(89.7 -52.1 -5.8) |
| LCH | lch(89.7 52.4 186.4) |
| OKLCH | oklch(0.892 0.155 186.1) |
Copy-ready code
/* CSS */
color: #0ffceb;
background-color: #0ffceb;
/* Tailwind (arbitrary) */
class="text-[#0ffceb] bg-[#0ffceb]"
/* SCSS */
$brand: #0ffceb;
/* SwiftUI */
Color(red: 0.059, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#0ffceb")Accessibility — WCAG contrast
Aa
#0ffceb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ffceb on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green98.8%
Blue92.2%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#0ffceb text on a black background
contrast 16.14:1
Card sample
#0ffceb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ffceb;
Background color
Panel with #0ffceb background
background-color: #0ffceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ffceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ffceb; background: linear-gradient(135deg, #0ffceb, #0F6FFC);