#0fdecb
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 222, 203
HSL
175°, 87%, 47%
CMYK
93, 0, 9, 13
Luminance
0.5666
Every format
| HEX | #0fdecb |
| RGB | rgb(15, 222, 203) |
| HSL | hsl(175, 87%, 47%) |
| CMYK | cmyk(93%, 0%, 9%, 13%) |
| LAB | lab(80.0 -48.3 -3.3) |
| LCH | lch(80.0 48.4 183.9) |
| OKLCH | oklch(0.810 0.142 183.9) |
Copy-ready code
/* CSS */
color: #0fdecb;
background-color: #0fdecb;
/* Tailwind (arbitrary) */
class="text-[#0fdecb] bg-[#0fdecb]"
/* SCSS */
$brand: #0fdecb;
/* SwiftUI */
Color(red: 0.059, green: 0.871, blue: 0.796)
/* Android */
Color.parseColor("#0fdecb")Accessibility — WCAG contrast
Aa
#0fdecb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdecb on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green87.1%
Blue79.6%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow8.6%
Key (black)12.9%
Color previews
#0fdecb text on a black background
contrast 12.33:1
Card sample
#0fdecb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdecb;
Background color
Panel with #0fdecb background
background-color: #0fdecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 222, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 222, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdecb; background: linear-gradient(135deg, #0fdecb, #0F67DE);