#23bceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
35, 188, 235
HSL
194°, 83%, 53%
CMYK
85, 20, 0, 8
Luminance
0.4232
Every format
| HEX | #23bceb |
| RGB | rgb(35, 188, 235) |
| HSL | hsl(194, 83%, 53%) |
| CMYK | cmyk(85%, 20%, 0%, 8%) |
| LAB | lab(71.1 -21.6 -34.0) |
| LCH | lch(71.1 40.3 237.5) |
| OKLCH | oklch(0.742 0.135 225.3) |
Copy-ready code
/* CSS */
color: #23bceb;
background-color: #23bceb;
/* Tailwind (arbitrary) */
class="text-[#23bceb] bg-[#23bceb]"
/* SCSS */
$brand: #23bceb;
/* SwiftUI */
Color(red: 0.137, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#23bceb")Accessibility — WCAG contrast
Aa
#23bceb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23bceb on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green73.7%
Blue92.2%
CMYK percentages
Cyan85.1%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#23bceb text on a black background
contrast 9.46:1
Card sample
#23bceb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23bceb;
Background color
Panel with #23bceb background
background-color: #23bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23bceb; background: linear-gradient(135deg, #23bceb, #2337EB);