#0fcfe2
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 207, 226
HSL
185°, 88%, 47%
CMYK
93, 8, 0, 11
Luminance
0.5022
Every format
| HEX | #0fcfe2 |
| RGB | rgb(15, 207, 226) |
| HSL | hsl(185, 88%, 47%) |
| CMYK | cmyk(93%, 8%, 0%, 11%) |
| LAB | lab(76.2 -34.9 -21.3) |
| LCH | lch(76.2 40.9 211.4) |
| OKLCH | oklch(0.781 0.132 206.6) |
Copy-ready code
/* CSS */
color: #0fcfe2;
background-color: #0fcfe2;
/* Tailwind (arbitrary) */
class="text-[#0fcfe2] bg-[#0fcfe2]"
/* SCSS */
$brand: #0fcfe2;
/* SwiftUI */
Color(red: 0.059, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#0fcfe2")Accessibility — WCAG contrast
Aa
#0fcfe2 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcfe2 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green81.2%
Blue88.6%
CMYK percentages
Cyan93.4%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#0fcfe2 text on a black background
contrast 11.04:1
Card sample
#0fcfe2 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcfe2;
Background color
Panel with #0fcfe2 background
background-color: #0fcfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcfe2; background: linear-gradient(135deg, #0fcfe2, #0F42E2);