Color #66FFCD Color / Colour Code #66FFCD

    This page shows the hex color code for color #66ffcd (#66FFCD). The colour is a cyan tone with 100% saturation and 70% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #66FFCD

    Color Conversions

    HEX
    #66FFCD
    RGB
    rgb(102, 255, 205)
    HSL
    hsl(160, 100%, 70%)
    HSV
    hsv(160, 60%, 100%)
    CMYK
    cmyk(60%, 0%, 20%, 0%)

    Accessibility Contrast

    WCAG contrast ratios for #66FFCD against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    1.25:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    16.75:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.08:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

    #66FFCD paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 130, 160, and 190 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 160, 280, and 40 degrees.

    Color Palettes Using #66FFCD

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 160 and saturation at 100%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #004D33 #009966 #00FFAA #66FFCC #B3FFE5
    Warm Harmony

    Adjacent hues from 160 to 205 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #30E8AB #30E8D9 #30C9E8 #309CE8
    Cool Contrast

    Combines the base color at hue 160 with its complement at 340 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #26D99D #D92662 #D94426 #D99D26
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #B8E0D3 #B8C5E0 #D3B8E0 #E0B8C5 #E0D3B8

    Shades & Tints of #66FFCD

    Lightness variations at hue 160 and 100% saturation.

    CSS Gradients with #66FFCD

    Cyan to Pink
    linear-gradient(135deg, #66ffcd, #ff6699)
    Analogous Fade
    linear-gradient(90deg, #66ffcd, #66e5ff)
    Deep to Light
    linear-gradient(180deg, #005c3d, #a3ffe0)
    Tricolor Sweep
    linear-gradient(135deg, #66ffcc, #cc66ff, #ffcc66)

    Design Use Cases for #66FFCD

    High-Impact Accent

    With 100% saturation, #66FFCD is highly vivid. Reserve this for elements that need maximum attention: primary action buttons, notification badges, error states, or promotional banners. Use sparingly alongside neutral tones to avoid visual fatigue.

    Light Background Tint

    #66FFCD at 70% lightness creates a gentle tinted background. Use it for section backgrounds, alert banners, or card surfaces that need to stand out from a white page without strong contrast. It adds color personality while keeping the design light and open.

    Clarity & Technology

    #66FFCD is in the cyan spectrum (hue 160). Cyan evokes technology, clarity, and innovation. It works well for tech product interfaces, data visualization accents, loading indicators, and futuristic design themes. Cyan provides a modern alternative to traditional blues.

    Gradient Pairing

    Create a gradient from #66FFCD (hue 160) to its complement at hue 340. For a subtler effect, try pairing with an analogous color at hue 190. Use CSS: background: linear-gradient(135deg, #66ffcd, #ff6699);

    CSS Code for #66FFCD

    /* Background */
    background-color: #66ffcd;
    background-color: rgb(102, 255, 205);
    background-color: hsl(160, 100%, 70%);
    /* Text */
    color: #66ffcd;
    /* Border */
    border: 2px solid #66ffcd;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(102, 255, 205, 0.3);
    /* CSS Variable */
    --color-primary: 160 100% 70%;

    Similar Colors

    Colors visually similar to #66FFCD based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #66FFCD across image editing and color design tools.

    About Color #66FFCD (#66FFCD)

    #66FFCD is a cyan color (colour) with RGB channel values of 102 red, 255 green, and 205 blue. The green channel is dominant by a ratio of 2.5:1 over the weakest channel. In HSL terms, the hue sits at 160 degrees with 100% saturation and 70% lightness, placing it in the neutral-to-cool range of the colour spectrum.

    The perceived brightness of #66FFCD is 204/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This means it appears bright to the human eye and is best paired with dark text for readability. For print production, the CMYK equivalent is 60% cyan, 0% magenta, 20% yellow, and 0% key (black).

    The WCAG contrast ratio of #66FFCD against white is 1.25:1 and against black is 16.75:1. This does not meet AA requirements on white. Use it on dark backgrounds where it achieves 16.75:1, or use it exclusively for decorative purposes.

    The complementary colour #FF6699 creates maximum visual tension when paired with #66FFCD. For more harmonious color combinations, use the analogous colours #66FF80 and #66E5FF, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #66FFCD

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #66FFCD?
    #66FFCD is Color #66FFCD, a cyan color (colour) with RGB(102, 255, 205), HSL(160, 100%, 70%), and CMYK(60%, 0%, 20%, 0%). Its perceived brightness is 204/255.
    Is #66FFCD accessible for text?
    Against white, #66FFCD has a contrast ratio of 1.25:1 (fails AA for normal text). Against black, it has 16.75:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #66FFCD?
    The complementary colour is #FF6699 (hue 340). For subtle color combinations, use analogous colours #66FF80 and #66E5FF. The triadic palette adds #CC66FF and #FFCC66 for vibrant variety.
    How do I use #66FFCD in CSS?
    Use any format: color: #66ffcd; or rgb(102, 255, 205); or hsl(160, 100%, 70%). For CSS custom properties: --color-primary: 160 100% 70%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.