#00bfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 191, 255
HSL
195°, 100%, 50%
CMYK
100, 25, 0, 0
Luminance
0.4448
Every format
| HEX | #00bfff |
| RGB | rgb(0, 191, 255) |
| HSL | hsl(195, 100%, 50%) |
| CMYK | cmyk(100%, 25%, 0%, 0%) |
| LAB | lab(72.5 -17.7 -42.5) |
| LCH | lch(72.5 46.1 247.5) |
| OKLCH | oklch(0.755 0.153 231.6) |
Copy-ready code
/* CSS */
color: #00bfff;
background-color: #00bfff;
/* Tailwind (arbitrary) */
class="text-[#00bfff] bg-[#00bfff]"
/* SCSS */
$brand: #00bfff;
/* SwiftUI */
Color(red: 0.000, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#00bfff")Accessibility — WCAG contrast
Aa
#00bfff on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bfff on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green74.9%
Blue100.0%
CMYK percentages
Cyan100.0%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#00bfff text on a black background
contrast 9.90:1
Card sample
#00bfff text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bfff;
Background color
Panel with #00bfff background
background-color: #00bfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bfff; background: linear-gradient(135deg, #00bfff, #0015FF);