#25cdef
a balanced, electric cyan · cool · closest name: skyblue
RGB
37, 205, 239
HSL
190°, 86%, 54%
CMYK
85, 14, 0, 6
Luminance
0.5029
Every format
| HEX | #25cdef |
| RGB | rgb(37, 205, 239) |
| HSL | hsl(190, 86%, 54%) |
| CMYK | cmyk(85%, 14%, 0%, 6%) |
| LAB | lab(76.2 -28.7 -28.2) |
| LCH | lch(76.2 40.2 224.5) |
| OKLCH | oklch(0.784 0.134 216.2) |
Copy-ready code
/* CSS */
color: #25cdef;
background-color: #25cdef;
/* Tailwind (arbitrary) */
class="text-[#25cdef] bg-[#25cdef]"
/* SCSS */
$brand: #25cdef;
/* SwiftUI */
Color(red: 0.145, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#25cdef")Accessibility — WCAG contrast
Aa
#25cdef on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25cdef on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green80.4%
Blue93.7%
CMYK percentages
Cyan84.5%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#25cdef text on a black background
contrast 11.06:1
Card sample
#25cdef text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25cdef;
Background color
Panel with #25cdef background
background-color: #25cdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25cdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25cdef; background: linear-gradient(135deg, #25cdef, #2546EF);