#3ddfeb
a balanced, electric cyan · cool · closest name: cyan
RGB
61, 223, 235
HSL
184°, 81%, 58%
CMYK
74, 5, 0, 8
Luminance
0.5977
Every format
| HEX | #3ddfeb |
| RGB | rgb(61, 223, 235) |
| HSL | hsl(184, 81%, 58%) |
| CMYK | cmyk(74%, 5%, 0%, 8%) |
| LAB | lab(81.7 -36.4 -17.7) |
| LCH | lch(81.7 40.5 205.9) |
| OKLCH | oklch(0.828 0.129 202.5) |
Copy-ready code
/* CSS */
color: #3ddfeb;
background-color: #3ddfeb;
/* Tailwind (arbitrary) */
class="text-[#3ddfeb] bg-[#3ddfeb]"
/* SCSS */
$brand: #3ddfeb;
/* SwiftUI */
Color(red: 0.239, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#3ddfeb")Accessibility — WCAG contrast
Aa
#3ddfeb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ddfeb on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green87.5%
Blue92.2%
CMYK percentages
Cyan74.0%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#3ddfeb text on a black background
contrast 12.95:1
Card sample
#3ddfeb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ddfeb;
Background color
Panel with #3ddfeb background
background-color: #3ddfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ddfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ddfeb; background: linear-gradient(135deg, #3ddfeb, #3D6BEB);