#0bfdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
11, 253, 206
HSL
168°, 98%, 52%
CMYK
96, 0, 19, 1
Luminance
0.7478
Every format
| HEX | #0bfdce |
| RGB | rgb(11, 253, 206) |
| HSL | hsl(168, 98%, 52%) |
| CMYK | cmyk(96%, 0%, 19%, 1%) |
| LAB | lab(89.3 -60.1 8.6) |
| LCH | lch(89.3 60.7 171.9) |
| OKLCH | oklch(0.886 0.170 172.6) |
Copy-ready code
/* CSS */
color: #0bfdce;
background-color: #0bfdce;
/* Tailwind (arbitrary) */
class="text-[#0bfdce] bg-[#0bfdce]"
/* SCSS */
$brand: #0bfdce;
/* SwiftUI */
Color(red: 0.043, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#0bfdce")Accessibility — WCAG contrast
Aa
#0bfdce on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bfdce on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green99.2%
Blue80.8%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#0bfdce text on a black background
contrast 15.96:1
Card sample
#0bfdce text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bfdce;
Background color
Panel with #0bfdce background
background-color: #0bfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bfdce; background: linear-gradient(135deg, #0bfdce, #0B8BFD);