#0fcddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 205, 223
HSL
185°, 87%, 47%
CMYK
93, 8, 0, 13
Luminance
0.4909
Every format
| HEX | #0fcddf |
| RGB | rgb(15, 205, 223) |
| HSL | hsl(185, 87%, 47%) |
| CMYK | cmyk(93%, 8%, 0%, 13%) |
| LAB | lab(75.5 -34.9 -20.7) |
| LCH | lch(75.5 40.6 210.7) |
| OKLCH | oklch(0.775 0.131 206.1) |
Copy-ready code
/* CSS */
color: #0fcddf;
background-color: #0fcddf;
/* Tailwind (arbitrary) */
class="text-[#0fcddf] bg-[#0fcddf]"
/* SCSS */
$brand: #0fcddf;
/* SwiftUI */
Color(red: 0.059, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#0fcddf")Accessibility — WCAG contrast
Aa
#0fcddf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcddf on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green80.4%
Blue87.5%
CMYK percentages
Cyan93.3%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#0fcddf text on a black background
contrast 10.82:1
Card sample
#0fcddf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcddf;
Background color
Panel with #0fcddf background
background-color: #0fcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcddf; background: linear-gradient(135deg, #0fcddf, #0F42DF);