#2bf2ff
a balanced, electric cyan · cool · closest name: cyan
RGB
43, 242, 255
HSL
184°, 100%, 58%
CMYK
83, 5, 0, 0
Luminance
0.7124
Every format
| HEX | #2bf2ff |
| RGB | rgb(43, 242, 255) |
| HSL | hsl(184, 100%, 58%) |
| CMYK | cmyk(83%, 5%, 0%, 0%) |
| LAB | lab(87.6 -40.8 -19.4) |
| LCH | lch(87.6 45.2 205.4) |
| OKLCH | oklch(0.877 0.144 202.1) |
Copy-ready code
/* CSS */
color: #2bf2ff;
background-color: #2bf2ff;
/* Tailwind (arbitrary) */
class="text-[#2bf2ff] bg-[#2bf2ff]"
/* SCSS */
$brand: #2bf2ff;
/* SwiftUI */
Color(red: 0.169, green: 0.949, blue: 1.000)
/* Android */
Color.parseColor("#2bf2ff")Accessibility — WCAG contrast
Aa
#2bf2ff on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bf2ff on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green94.9%
Blue100.0%
CMYK percentages
Cyan83.1%
Magenta5.1%
Yellow0.0%
Key (black)0.0%
Color previews
#2bf2ff text on a black background
contrast 15.25:1
Card sample
#2bf2ff text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bf2ff;
Background color
Panel with #2bf2ff background
background-color: #2bf2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bf2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 242, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 242, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bf2ff; background: linear-gradient(135deg, #2bf2ff, #2B64FF);