#23afeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
35, 175, 235
HSL
198°, 83%, 53%
CMYK
85, 26, 0, 8
Luminance
0.3702
Every format
| HEX | #23afeb |
| RGB | rgb(35, 175, 235) |
| HSL | hsl(198, 83%, 53%) |
| CMYK | cmyk(85%, 26%, 0%, 8%) |
| LAB | lab(67.3 -14.8 -39.9) |
| LCH | lch(67.3 42.5 249.7) |
| OKLCH | oklch(0.711 0.140 233.5) |
Copy-ready code
/* CSS */
color: #23afeb;
background-color: #23afeb;
/* Tailwind (arbitrary) */
class="text-[#23afeb] bg-[#23afeb]"
/* SCSS */
$brand: #23afeb;
/* SwiftUI */
Color(red: 0.137, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#23afeb")Accessibility — WCAG contrast
Aa
#23afeb on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23afeb on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green68.6%
Blue92.2%
CMYK percentages
Cyan85.1%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#23afeb text on a black background
contrast 8.40:1
Card sample
#23afeb text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23afeb;
Background color
Panel with #23afeb background
background-color: #23afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23afeb; background: linear-gradient(135deg, #23afeb, #232AEB);