#02bceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
2, 188, 235
HSL
192°, 98%, 47%
CMYK
99, 20, 0, 8
Luminance
0.4198
Every format
| HEX | #02bceb |
| RGB | rgb(2, 188, 235) |
| HSL | hsl(192, 98%, 47%) |
| CMYK | cmyk(99%, 20%, 0%, 8%) |
| LAB | lab(70.8 -22.9 -34.4) |
| LCH | lch(70.8 41.3 236.3) |
| OKLCH | oklch(0.739 0.139 224.2) |
Copy-ready code
/* CSS */
color: #02bceb;
background-color: #02bceb;
/* Tailwind (arbitrary) */
class="text-[#02bceb] bg-[#02bceb]"
/* SCSS */
$brand: #02bceb;
/* SwiftUI */
Color(red: 0.008, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#02bceb")Accessibility — WCAG contrast
Aa
#02bceb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02bceb on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green73.7%
Blue92.2%
CMYK percentages
Cyan99.1%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#02bceb text on a black background
contrast 9.40:1
Card sample
#02bceb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02bceb;
Background color
Panel with #02bceb background
background-color: #02bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02bceb; background: linear-gradient(135deg, #02bceb, #0221EB);