#0df2e7
a balanced, electric cyan · cool · closest name: cyan
RGB
13, 242, 231
HSL
177°, 90%, 50%
CMYK
95, 0, 5, 5
Luminance
0.6936
Every format
| HEX | #0df2e7 |
| RGB | rgb(13, 242, 231) |
| HSL | hsl(177, 90%, 50%) |
| CMYK | cmyk(95%, 0%, 5%, 5%) |
| LAB | lab(86.7 -49.1 -8.2) |
| LCH | lch(86.7 49.8 189.5) |
| OKLCH | oklch(0.867 0.149 188.9) |
Copy-ready code
/* CSS */
color: #0df2e7;
background-color: #0df2e7;
/* Tailwind (arbitrary) */
class="text-[#0df2e7] bg-[#0df2e7]"
/* SCSS */
$brand: #0df2e7;
/* SwiftUI */
Color(red: 0.051, green: 0.949, blue: 0.906)
/* Android */
Color.parseColor("#0df2e7")Accessibility — WCAG contrast
Aa
#0df2e7 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0df2e7 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green94.9%
Blue90.6%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow4.5%
Key (black)5.1%
Color previews
#0df2e7 text on a black background
contrast 14.87:1
Card sample
#0df2e7 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0df2e7;
Background color
Panel with #0df2e7 background
background-color: #0df2e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0df2e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 242, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 242, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0df2e7; background: linear-gradient(135deg, #0df2e7, #0D64F2);