#aff3f9
a light, electric cyan · cool · closest name: skyblue
RGB
175, 243, 249
HSL
185°, 86%, 83%
CMYK
30, 2, 0, 2
Luminance
0.8005
Every format
| HEX | #aff3f9 |
| RGB | rgb(175, 243, 249) |
| HSL | hsl(185, 86%, 83%) |
| CMYK | cmyk(30%, 2%, 0%, 2%) |
| LAB | lab(91.7 -19.7 -9.7) |
| LCH | lch(91.7 21.9 206.2) |
| OKLCH | oklch(0.921 0.068 202.9) |
Copy-ready code
/* CSS */
color: #aff3f9;
background-color: #aff3f9;
/* Tailwind (arbitrary) */
class="text-[#aff3f9] bg-[#aff3f9]"
/* SCSS */
$brand: #aff3f9;
/* SwiftUI */
Color(red: 0.686, green: 0.953, blue: 0.976)
/* Android */
Color.parseColor("#aff3f9")Accessibility — WCAG contrast
Aa
#aff3f9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff3f9 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green95.3%
Blue97.6%
CMYK percentages
Cyan29.7%
Magenta2.4%
Yellow0.0%
Key (black)2.4%
Color previews
#aff3f9 text on a black background
contrast 17.01:1
Card sample
#aff3f9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff3f9;
Background color
Panel with #aff3f9 background
background-color: #aff3f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff3f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 243, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 243, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff3f9; background: linear-gradient(135deg, #aff3f9, #AFC1F9);