#D5FAFF Hex Color

Try:
Color NameLight Cyan
HEX
#D5FAFF
RGB
213, 250, 255
HSL
187°, 100%, 92%
CMYK
16%, 2%, 0%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #D5FAFF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

About the color #D5FAFF

The hex color #D5FAFF, commonly known as light cyan, is represented in the RGB color model as (213, 250, 255). In the HSL color space it has a hue of 187°, saturation of 100%, and lightness of 92%.

On the color wheel, #D5FAFF sits at 187° hue, placing it in the cyan region. Colors opposite on the wheel form complementary pairs, while neighboring colors create analogous palettes. Triadic colors are spaced 120° apart, creating vibrant combinations often used in bold designs.

The RGB (Red, Green, Blue) color model is an additive color model where colors are created by combining red, green, and blue light at different intensities. Each channel ranges from 0 to 255, allowing for over 16 million possible colors.

HSL (Hue, Saturation, Lightness) represents colors using three components: hue (the color position on the color wheel, 0-360°), saturation (color intensity, 0-100%), and lightness (brightness, 0-100%). This model is more intuitive for humans to understand and manipulate colors.

This color is commonly used in web interfaces, buttons, links, and branding elements. Developers can use #D5FAFF directly in CSS for text, borders, backgrounds, gradients, and UI highlights. Convert this color using the HEX to RGB converter or generate palettes using the color palette generator. You can also convert to HSL using the RGB to HSL converter.

The complementary color of #D5FAFF is #FFDBD6.

Similar colors to #D5FAFF