#A0FFDF Color Information

Hex color code: #A0FFDF

The hex color #A0FFDF is a light cyan with RGB values of (160, 255, 223) and HSL of (160°, 100%, 81%). It is commonly used in modern UI design.

Try:
Color NamePale Turquoise
HEX
#A0FFDF
RGB
160, 255, 223
HSL
160°, 100%, 81%
CMYK
37%, 0%, 13%, 0%

Shades

CSS Usage
color: #A0FFDF;
background-color: #A0FFDF;
border-color: #A0FFDF;
box-shadow: 0 0 10px #A0FFDF;
border: 2px solid #A0FFDF;
Tailwind Usage
bg-[#A0FFDF]
text-[#A0FFDF]
border-[#A0FFDF]
shadow-[0_0_10px_A0FFDF]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #A0FFDF, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #A0FFDF; color: #000000; }

Badge

New Feature
.badge { background-color: #A0FFDF; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #A0FFDF; background-color: #A0FFDF15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #A0FFDF20; border-left: 4px solid #A0FFDF; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #A0FFDF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #A0FFDF in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

160, 255, 223

Red: 160 / Green: 255 / Blue: 223

HSL

160°, 100%, 81%

Hue: 160° / Saturation: 100% / Lightness: 81%

CMYK

37%, 0%, 13%, 0%

Cyan: 37% / Magenta: 0% / Yellow: 13% / Key: 0%

What color is #A0FFDF?

#A0FFDF is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #A0FFDF to RGB:

rgb(160, 255, 223)HEX to RGB Converter →

HEX to HSL

Convert #A0FFDF to HSL:

hsl(160, 100%, 81%)RGB to HSL Converter →

HEX to CMYK

Convert #A0FFDF to CMYK:

cmyk(37%, 0%, 13%, 0%)Color Converter →

Color Meaning and Usage

#A0FFDF is a soft cyan color with RGB values of 160, 255, 223 and HSL of 160°, 100%, 81%. This very light tint evokes purity and simplicity, making it suitable for frequently chosen for fintech and productivity apps. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #A0FFDF is #FF9EBE, creating high-contrast pairings. For softer combinations, try analogous colors like #9EFFAE.

Use #A0FFDF in CSS: color: #A0FFDF or background-color: #A0FFDF. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #A0FFDF

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 17.86:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #A0FFDF?

#A0FFDF is a soft cyan color - a very light tint that evokes purity and simplicity.

What is the RGB value of #A0FFDF?

#A0FFDF in RGB is (160, 255, 223) - 160 red, 255 green, and 223 blue.

How to use #A0FFDF in CSS?

Use #A0FFDF directly in your CSS properties like color or background-color.

What colors go well with #A0FFDF?

#FF9EBE (complementary), #9EFFAE (analogous), and #52FFC5 (lighter shade) work well with #A0FFDF.