#97beee
a light, vivid blue · cool · closest name: skyblue
RGB
151, 190, 238
HSL
213°, 72%, 76%
CMYK
37, 20, 0, 7
Luminance
0.4958
Every format
| HEX | #97beee |
| RGB | rgb(151, 190, 238) |
| HSL | hsl(213, 72%, 76%) |
| CMYK | cmyk(37%, 20%, 0%, 7%) |
| LAB | lab(75.8 -1.4 -28.0) |
| LCH | lch(75.8 28.0 267.0) |
| OKLCH | oklch(0.791 0.081 253.9) |
Copy-ready code
/* CSS */
color: #97beee;
background-color: #97beee;
/* Tailwind (arbitrary) */
class="text-[#97beee] bg-[#97beee]"
/* SCSS */
$brand: #97beee;
/* SwiftUI */
Color(red: 0.592, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#97beee")Accessibility — WCAG contrast
Aa
#97beee on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97beee on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green74.5%
Blue93.3%
CMYK percentages
Cyan36.6%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#97beee text on a black background
contrast 10.92:1
Card sample
#97beee text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97beee;
Background color
Panel with #97beee background
background-color: #97beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97beee; background: linear-gradient(135deg, #97beee, #AA97EE);