#00beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 190, 238
HSL
192°, 100%, 47%
CMYK
100, 20, 0, 7
Luminance
0.4300
Every format
| HEX | #00beee |
| RGB | rgb(0, 190, 238) |
| HSL | hsl(192, 100%, 47%) |
| CMYK | cmyk(100%, 20%, 0%, 7%) |
| LAB | lab(71.5 -23.0 -34.9) |
| LCH | lch(71.5 41.8 236.6) |
| OKLCH | oklch(0.745 0.140 224.4) |
Copy-ready code
/* CSS */
color: #00beee;
background-color: #00beee;
/* Tailwind (arbitrary) */
class="text-[#00beee] bg-[#00beee]"
/* SCSS */
$brand: #00beee;
/* SwiftUI */
Color(red: 0.000, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#00beee")Accessibility — WCAG contrast
Aa
#00beee on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00beee on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green74.5%
Blue93.3%
CMYK percentages
Cyan100.0%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#00beee text on a black background
contrast 9.60:1
Card sample
#00beee text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00beee;
Background color
Panel with #00beee background
background-color: #00beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00beee; background: linear-gradient(135deg, #00beee, #001FEE);