#00b2e7
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 178, 231
HSL
194°, 100%, 45%
CMYK
100, 23, 0, 9
Luminance
0.3761
Every format
| HEX | #00b2e7 |
| RGB | rgb(0, 178, 231) |
| HSL | hsl(194, 100%, 45%) |
| CMYK | cmyk(100%, 23%, 0%, 9%) |
| LAB | lab(67.7 -19.2 -37.0) |
| LCH | lch(67.7 41.7 242.6) |
| OKLCH | oklch(0.713 0.140 228.4) |
Copy-ready code
/* CSS */
color: #00b2e7;
background-color: #00b2e7;
/* Tailwind (arbitrary) */
class="text-[#00b2e7] bg-[#00b2e7]"
/* SCSS */
$brand: #00b2e7;
/* SwiftUI */
Color(red: 0.000, green: 0.698, blue: 0.906)
/* Android */
Color.parseColor("#00b2e7")Accessibility — WCAG contrast
Aa
#00b2e7 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00b2e7 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green69.8%
Blue90.6%
CMYK percentages
Cyan100.0%
Magenta22.9%
Yellow0.0%
Key (black)9.4%
Color previews
#00b2e7 text on a black background
contrast 8.52:1
Card sample
#00b2e7 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00b2e7;
Background color
Panel with #00b2e7 background
background-color: #00b2e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00b2e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 178, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 178, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00b2e7; background: linear-gradient(135deg, #00b2e7, #0018E7);