#0fdfe4
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 223, 228
HSL
181°, 88%, 48%
CMYK
93, 2, 0, 11
Luminance
0.5848
Every format
| HEX | #0fdfe4 |
| RGB | rgb(15, 223, 228) |
| HSL | hsl(181, 88%, 48%) |
| CMYK | cmyk(93%, 2%, 0%, 11%) |
| LAB | lab(81.0 -41.6 -15.1) |
| LCH | lch(81.0 44.3 200.0) |
| OKLCH | oklch(0.821 0.138 197.7) |
Copy-ready code
/* CSS */
color: #0fdfe4;
background-color: #0fdfe4;
/* Tailwind (arbitrary) */
class="text-[#0fdfe4] bg-[#0fdfe4]"
/* SCSS */
$brand: #0fdfe4;
/* SwiftUI */
Color(red: 0.059, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#0fdfe4")Accessibility — WCAG contrast
Aa
#0fdfe4 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdfe4 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green87.5%
Blue89.4%
CMYK percentages
Cyan93.4%
Magenta2.2%
Yellow0.0%
Key (black)10.6%
Color previews
#0fdfe4 text on a black background
contrast 12.70:1
Card sample
#0fdfe4 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdfe4;
Background color
Panel with #0fdfe4 background
background-color: #0fdfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdfe4; background: linear-gradient(135deg, #0fdfe4, #0F51E4);