#0beddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
11, 237, 223
HSL
176°, 91%, 49%
CMYK
95, 0, 6, 7
Luminance
0.6597
Every format
| HEX | #0beddf |
| RGB | rgb(11, 237, 223) |
| HSL | hsl(176, 91%, 49%) |
| CMYK | cmyk(95%, 0%, 6%, 7%) |
| LAB | lab(85.0 -49.2 -6.5) |
| LCH | lch(85.0 49.7 187.6) |
| OKLCH | oklch(0.852 0.148 187.2) |
Copy-ready code
/* CSS */
color: #0beddf;
background-color: #0beddf;
/* Tailwind (arbitrary) */
class="text-[#0beddf] bg-[#0beddf]"
/* SCSS */
$brand: #0beddf;
/* SwiftUI */
Color(red: 0.043, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#0beddf")Accessibility — WCAG contrast
Aa
#0beddf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0beddf on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green92.9%
Blue87.5%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#0beddf text on a black background
contrast 14.19:1
Card sample
#0beddf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0beddf;
Background color
Panel with #0beddf background
background-color: #0beddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0beddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0beddf; background: linear-gradient(135deg, #0beddf, #0B64ED);