#25beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
37, 190, 238
HSL
194°, 86%, 54%
CMYK
85, 20, 0, 7
Luminance
0.4339
Every format
| HEX | #25beee |
| RGB | rgb(37, 190, 238) |
| HSL | hsl(194, 86%, 54%) |
| CMYK | cmyk(85%, 20%, 0%, 7%) |
| LAB | lab(71.8 -21.5 -34.5) |
| LCH | lch(71.8 40.6 238.0) |
| OKLCH | oklch(0.748 0.136 225.6) |
Copy-ready code
/* CSS */
color: #25beee;
background-color: #25beee;
/* Tailwind (arbitrary) */
class="text-[#25beee] bg-[#25beee]"
/* SCSS */
$brand: #25beee;
/* SwiftUI */
Color(red: 0.145, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#25beee")Accessibility — WCAG contrast
Aa
#25beee on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25beee on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green74.5%
Blue93.3%
CMYK percentages
Cyan84.5%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#25beee text on a black background
contrast 9.68:1
Card sample
#25beee text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25beee;
Background color
Panel with #25beee background
background-color: #25beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25beee; background: linear-gradient(135deg, #25beee, #2538EE);