#97cfee
a light, vivid blue · cool · closest name: skyblue
RGB
151, 207, 238
HSL
201°, 72%, 76%
CMYK
37, 13, 0, 7
Luminance
0.5738
Every format
| HEX | #97cfee |
| RGB | rgb(151, 207, 238) |
| HSL | hsl(201, 72%, 76%) |
| CMYK | cmyk(37%, 13%, 0%, 7%) |
| LAB | lab(80.4 -10.5 -21.0) |
| LCH | lch(80.4 23.5 243.4) |
| OKLCH | oklch(0.827 0.072 233.0) |
Copy-ready code
/* CSS */
color: #97cfee;
background-color: #97cfee;
/* Tailwind (arbitrary) */
class="text-[#97cfee] bg-[#97cfee]"
/* SCSS */
$brand: #97cfee;
/* SwiftUI */
Color(red: 0.592, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#97cfee")Accessibility — WCAG contrast
Aa
#97cfee on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cfee on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green81.2%
Blue93.3%
CMYK percentages
Cyan36.6%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#97cfee text on a black background
contrast 12.48:1
Card sample
#97cfee text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cfee;
Background color
Panel with #97cfee background
background-color: #97cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cfee; background: linear-gradient(135deg, #97cfee, #9997EE);