#C0EFDB Color Information

Hex color code: #C0EFDB

A light cyan shade, #C0EFDB appears as (192, 239, 219) in RGB and (154°, 59%, 85%) in HSL. It is commonly used in modern UI design.

Try:
Color NamePowder Blue
HEX
#C0EFDB
RGB
192, 239, 219
HSL
154°, 59%, 85%
CMYK
20%, 0%, 8%, 6%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #C0EFDB; 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 #C0EFDB; background-color: #C0EFDB15; }

Alert / Toast

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

Link / Accent

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

a { color: #C0EFDB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

192, 239, 219

Red: 192 / Green: 239 / Blue: 219

HSL

154°, 59%, 85%

Hue: 154° / Saturation: 59% / Lightness: 85%

CMYK

20%, 0%, 8%, 6%

Cyan: 20% / Magenta: 0% / Yellow: 8% / Key: 6%

What color is #C0EFDB?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #C0EFDB to RGB:

rgb(192, 239, 219)HEX to RGB Converter →

HEX to HSL

Convert #C0EFDB to HSL:

hsl(154, 59%, 85%)RGB to HSL Converter →

HEX to CMYK

Convert #C0EFDB to CMYK:

cmyk(20%, 0%, 8%, 6%)Color Converter →

Color Meaning and Usage

#C0EFDB is a soft cyan color with RGB values of 192, 239, 219 and HSL of 154°, 59%, 85%. This very light tint evokes purity and simplicity, making it suitable for popular in mobile app design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #C0EFDB is #EFC2D6, creating high-contrast pairings. For softer combinations, try analogous colors like #C2EFC5.

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

Contrast with #C0EFDB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #C0EFDB?

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

What is the RGB value of #C0EFDB?

#C0EFDB in RGB is (192, 239, 219) - 192 red, 239 green, and 219 blue.

How to use #C0EFDB in CSS?

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

What colors go well with #C0EFDB?

#EFC2D6 (complementary), #C2EFC5 (analogous), and #85E0B9 (lighter shade) work well with #C0EFDB.