#0fdce3
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 220, 227
HSL
182°, 88%, 48%
CMYK
93, 3, 0, 11
Luminance
0.5683
Every format
| HEX | #0fdce3 |
| RGB | rgb(15, 220, 227) |
| HSL | hsl(182, 88%, 48%) |
| CMYK | cmyk(93%, 3%, 0%, 11%) |
| LAB | lab(80.1 -40.6 -16.0) |
| LCH | lch(80.1 43.6 201.5) |
| OKLCH | oklch(0.813 0.137 198.9) |
Copy-ready code
/* CSS */
color: #0fdce3;
background-color: #0fdce3;
/* Tailwind (arbitrary) */
class="text-[#0fdce3] bg-[#0fdce3]"
/* SCSS */
$brand: #0fdce3;
/* SwiftUI */
Color(red: 0.059, green: 0.863, blue: 0.890)
/* Android */
Color.parseColor("#0fdce3")Accessibility — WCAG contrast
Aa
#0fdce3 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdce3 on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green86.3%
Blue89.0%
CMYK percentages
Cyan93.4%
Magenta3.1%
Yellow0.0%
Key (black)11.0%
Color previews
#0fdce3 text on a black background
contrast 12.37:1
Card sample
#0fdce3 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdce3;
Background color
Panel with #0fdce3 background
background-color: #0fdce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 220, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 220, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdce3; background: linear-gradient(135deg, #0fdce3, #0F4FE3);