#9cefef
a light, vivid cyan · cool · closest name: skyblue
RGB
156, 239, 239
HSL
180°, 72%, 78%
CMYK
35, 0, 0, 6
Luminance
0.7503
Every format
| HEX | #9cefef |
| RGB | rgb(156, 239, 239) |
| HSL | hsl(180, 72%, 78%) |
| CMYK | cmyk(35%, 0%, 0%, 6%) |
| LAB | lab(89.4 -25.1 -8.0) |
| LCH | lch(89.4 26.3 197.7) |
| OKLCH | oklch(0.899 0.081 195.8) |
Copy-ready code
/* CSS */
color: #9cefef;
background-color: #9cefef;
/* Tailwind (arbitrary) */
class="text-[#9cefef] bg-[#9cefef]"
/* SCSS */
$brand: #9cefef;
/* SwiftUI */
Color(red: 0.612, green: 0.937, blue: 0.937)
/* Android */
Color.parseColor("#9cefef")Accessibility — WCAG contrast
Aa
#9cefef on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cefef on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green93.7%
Blue93.7%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow0.0%
Key (black)6.3%
Color previews
#9cefef text on a black background
contrast 16.01:1
Card sample
#9cefef text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cefef;
Background color
Panel with #9cefef background
background-color: #9cefef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cefef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 239, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 239, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cefef; background: linear-gradient(135deg, #9cefef, #9CB8EF);