Skip to content

#abcdef

a light, vivid blue · cool · closest name: skyblue

RGB
171, 205, 239
HSL
210°, 68%, 80%
CMYK
29, 14, 0, 6
Luminance
0.5855

Every format

HEX#abcdef
RGBrgb(171, 205, 239)
HSLhsl(210, 68%, 80%)
CMYKcmyk(29%, 14%, 0%, 6%)
LABlab(81.0 -3.7 -20.4)
LCHlch(81.0 20.8 259.8)
OKLCHoklch(0.835 0.060 248.6)

Copy-ready code

/* CSS */
color: #abcdef;
background-color: #abcdef;
/* Tailwind (arbitrary) */
class="text-[#abcdef] bg-[#abcdef]"
/* SCSS */
$brand: #abcdef;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#abcdef")

Accessibility — WCAG contrast

Aa
#abcdef on white: 1.65:1
AA ✗ fail · AA-large · AAA
Aa
#abcdef on black: 12.71:1
AA ✓ pass · AA-large · AAA
true color
protanopia
deuteranopia
tritanopia

RGB percentages

Red67.1%
Green80.4%
Blue93.7%

CMYK percentages

Cyan28.5%
Magenta14.2%
Yellow0.0%
Key (black)6.3%

Color previews

#abcdef text on a black background

contrast 12.71:1

Card sample

#abcdef text on a white background

contrast 1.65:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #abcdef;
Background color
Panel with #abcdef background
background-color: #abcdef;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #abcdef;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(171, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcdef;
background: linear-gradient(135deg, #abcdef, #B6ABEF);

Monochromatic scale

Palettes built from #abcdef

Shades — darker

Tints — lighter

Hue & tone neighbors

Color harmonies

Nearest named colors

Work with #abcdef in the Color Lab