What Color Is ADECCE?

The hex code #ADECCE produces a vivid very light cyan. It breaks down into RGB channels of 173 red, 236 green, and 206 blue, placing it firmly in the cyan color family. On the HSL model, it sits at 151° on the color wheel with 62% saturation — giving it a vibrant quality — and 80% lightness, making it very light. The perceived brightness is 84% (214/255), meaning dark text (#1a1a2e) will provide optimal readability when layered on top.

ADECCE Color Values

FormatValueUsage
HEX#ADECCECSS, HTML, SVG
RGB173, 236, 206Screens, CSS, JavaScript
HSL151°, 62%, 80%CSS, Design tools
CMYK27%, 0%, 13%, 7%Print, packaging
Brightness84% (214/255)Accessibility checks
FamilycyanColor classification
TemperaturecoolDesign psychology

What Does ADECCE Mean in Design?

Cyan tones convey freshness, clarity, tranquility, and open communication. As a very light variant with 62% saturation, #ADECCE carries a vibrant energy that makes it suitable for both primary and supporting roles in design systems. In color psychology, cyan tones are associated with calm and trustworthiness, making #ADECCE ideal for brands that need to project reliability and serenity.

Where to Use ADECCE — Practical Applications

Website hero sections — Use #ADECCE as a full-bleed background with dark text (#1a1a2e) overlay text for immediate visual impact on landing pages.
UI card backgrounds — Apply at 15% opacity (rgba(173, 236, 206, 0.15)) for subtle card surfaces that add depth without overwhelming content.
Button accent color — Set as the primary CTA button color with a darker hover state (#8ABDA5) for clear interactive feedback.
Brand identity systems — Anchor a brand palette with #ADECCE as the primary swatch, using #ECACCB as the complementary accent.
Data visualization — Use in chart legends and graph bars. Pair with #CDACEC and #ECCDAC for a triadic scheme that maximizes readability.
Social media templates — Create cohesive Instagram stories and LinkedIn banners using #ADECCE backgrounds with white typography overlays.
Email marketing headers — Apply as the top banner gradient from #ADECCE to #C2F1DA for eye-catching newsletter designs.
Mobile app theming — Set as the navigation bar and status bar color on both iOS and Android for a consistent, branded mobile experience.

ADECCE Color Combinations

These are mathematically calculated color harmonies based on the 151° hue position of #ADECCE on the color wheel. Use them to build balanced, professional palettes.

Similar Colors to ADECCE

Colors visually close to #ADECCE with subtle variations in hue, saturation, or brightness. Useful for creating gradient transitions, hover states, and layered interface designs.

Tints and Shades of ADECCE

A tint is made by mixing #ADECCE with white (increasing lightness), while a shade is made by mixing with black (decreasing lightness). These variations are essential for creating depth, hierarchy, and interactive states in UI design.

Lighter 75%: #C2F1DA
Lighter 50%: #D6F6E6
Lighter 25%: #EAFAF3
Base Color: #ADECCE
Darker 20%: #8ABDA5
Darker 40%: #688E7C
Darker 60%: #455E52

How to Use ADECCE in CSS

Copy-ready CSS code snippets for implementing #ADECCE in your stylesheets. Includes custom properties, gradients, and opacity variants.

.element {
    color: #ADECCE;
    background-color: #ADECCE;
    border: 2px solid #ADECCE;
    box-shadow: 0 4px 14px rgba(173, 236, 206, 0.35);
}

/* CSS Custom Property */
:root {
    --color-primary: #ADECCE;
    --color-primary-light: #C2F1DA;
    --color-primary-dark: #8ABDA5;
    --color-primary-rgb: 173, 236, 206;
}

/* Gradient example */
.gradient-bg {
    background: linear-gradient(135deg, #ADECCE 0%, #ACEBEC 100%);
}

/* RGBA with opacity */
.overlay {
    background: rgba(173, 236, 206, 0.15);
}

ADECCE in Design Systems

When integrating #ADECCE into a design system, define it as a semantic token: --color-cyan-very-light: #ADECCE;. For WCAG 2.1 AA compliance, pair it with dark text (#1a1a2e) for body text. The lighter tint #C2F1DA works for subtle surface fills, while the darker shade #8ABDA5 is ideal for focus rings and active states. In Figma or Sketch, add it to your shared library as Cyan/Very-Light so the entire team references the single source of truth.

Accessibility Considerations for ADECCE

Since #ADECCE is a light color (brightness 84%), use dark text to meet WCAG 2.1 contrast requirements. A foreground of #1a1a2e on a #ADECCE background will pass AA for normal text and AAA for large text. Always test with tools like the ColorPickerCode contrast checker before shipping to production.

Frequently Asked Questions About ADECCE

What color is #ADECCE?
#ADECCE is a vivid very light cyan with RGB(173, 236, 206) and HSL(151°, 62%, 80%). It belongs to the cyan family.
What is the RGB value of ADECCE?
RGB(173, 236, 206). Red=173, Green=236, Blue=206. Each channel ranges from 0 to 255.
Is #ADECCE dark or light?
Perceived brightness is 214/255 (84%), classified as very light. Use dark text (#1a1a2e) for body text.
What is the CMYK of ADECCE?
CMYK: 27%, 0%, 13%, 7%. Use this for print reproduction of #ADECCE.
What colors go well with #ADECCE?
Complementary: #ECACCB. Analogous: #ACEBEC & #ACECAD. Triadic: #CDACEC & #ECCDAC.
How do I use ADECCE in CSS?
color: #ADECCE; for text, background-color: #ADECCE; for backgrounds, border: 2px solid #ADECCE; for borders.
What is the HSL of #ADECCE?
HSL: 151°, 62%, 80%. Hue 151°, saturation 62%, lightness 80%.
Can #ADECCE be used for branding?
Yes. Test in both RGB (screens) and CMYK (print). Pair with #1a1a2e for text. The cyan family projects trust and calm.