#accfee
a light, vivid blue · cool · closest name: skyblue
RGB
172, 207, 238
HSL
208°, 66%, 80%
CMYK
28, 13, 0, 7
Luminance
0.5957
Every format
| HEX | #accfee |
| RGB | rgb(172, 207, 238) |
| HSL | hsl(208, 66%, 80%) |
| CMYK | cmyk(28%, 13%, 0%, 7%) |
| LAB | lab(81.6 -4.7 -19.1) |
| LCH | lch(81.6 19.6 256.2) |
| OKLCH | oklch(0.839 0.057 245.3) |
Copy-ready code
/* CSS */
color: #accfee;
background-color: #accfee;
/* Tailwind (arbitrary) */
class="text-[#accfee] bg-[#accfee]"
/* SCSS */
$brand: #accfee;
/* SwiftUI */
Color(red: 0.675, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#accfee")Accessibility — WCAG contrast
Aa
#accfee on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accfee on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green81.2%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#accfee text on a black background
contrast 12.91:1
Card sample
#accfee text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accfee;
Background color
Panel with #accfee background
background-color: #accfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accfee; background: linear-gradient(135deg, #accfee, #B5ACEE);