#0fdbcb
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 219, 203
HSL
175°, 87%, 46%
CMYK
93, 0, 7, 14
Luminance
0.5508
Every format
| HEX | #0fdbcb |
| RGB | rgb(15, 219, 203) |
| HSL | hsl(175, 87%, 46%) |
| CMYK | cmyk(93%, 0%, 7%, 14%) |
| LAB | lab(79.1 -47.1 -4.6) |
| LCH | lch(79.1 47.3 185.6) |
| OKLCH | oklch(0.802 0.140 185.5) |
Copy-ready code
/* CSS */
color: #0fdbcb;
background-color: #0fdbcb;
/* Tailwind (arbitrary) */
class="text-[#0fdbcb] bg-[#0fdbcb]"
/* SCSS */
$brand: #0fdbcb;
/* SwiftUI */
Color(red: 0.059, green: 0.859, blue: 0.796)
/* Android */
Color.parseColor("#0fdbcb")Accessibility — WCAG contrast
Aa
#0fdbcb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdbcb on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green85.9%
Blue79.6%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow7.3%
Key (black)14.1%
Color previews
#0fdbcb text on a black background
contrast 12.02:1
Card sample
#0fdbcb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdbcb;
Background color
Panel with #0fdbcb background
background-color: #0fdbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 219, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 219, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdbcb; background: linear-gradient(135deg, #0fdbcb, #0F63DB);