Skip to content

#6ce2da

a light, vivid cyan · cool · closest name: Turquoise

RGB
108, 226, 218
HSL
176°, 67%, 66%
CMYK
52, 0, 4, 11
Luminance
0.6264

At a glance

Every number on this page in one read: what #6ce2da is made of, how bright it looks, and which way it leans.

Hex
#6ce2da
Hue
176°
cyan
Saturation
67%
vivid
Lightness
66%
light
Brightness
89%
HSV value
Perceived
77%
weighted brightness
Luminance
0.6264
WCAG relative
Temperature
Cool
86/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.53:1
Closest name
Turquoise
ΔE2000 4
Where it sits
Hue176° of 360°
Saturation67%
Lightness66%
Temperature
Warm ← → Cool86% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#6ce2da
RGBrgb(108, 226, 218)
HSLhsl(176, 67%, 66%)
CMYKcmyk(52%, 0%, 4%, 11%)
LABlab(83.3 -35.2 -6.3)
LCHlch(83.3 35.7 190.1)
OKLCHoklch(0.843 0.107 189.4)
Decimal7135962
Display P3color(display-p3 0.424 0.886 0.855)

Copy-ready code

/* CSS */
color: #6ce2da;
background-color: #6ce2da;
/* Tailwind (arbitrary) */
class="text-[#6ce2da] bg-[#6ce2da]"
/* SCSS */
$brand: #6ce2da;
/* SwiftUI */
Color(red: 0.424, green: 0.886, blue: 0.855)
/* Android */
Color.parseColor("#6ce2da")
/* Flutter */
Color(0xFF6CE2DA)
/* Python / OpenCV (BGR) */
(218, 226, 108)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #6ce2da · 13.53:1
Use #000000AAA at every size.
Aa
White text · 1.55:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.53:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #6ce2da as text scores 1.55:1 on white and 13.53:1 on black.

Accessibility — WCAG contrast

Aa
#6ce2da on white: 1.55:1
AA ✗ fail · AA-large · AAA
Aa
#6ce2da on black: 13.53:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D7D8DA
deuteranopia · #C4C9DB
tritanopia · #0EE7DF

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #6ce2da is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F3FBFB
#E8F8F7
#CAF1EF
#A1ECE7
#6ce2da
#44DAD0
#28CCC1
#22AAA1
#1B8881
#17635E
#0F3E3B
Base = 400Lightest = 50 · #F3FBFBDarkest = 950 · #0F3E3B
:root {
  --brand-50: #F3FBFB;
  --brand-100: #E8F8F7;
  --brand-200: #CAF1EF;
  --brand-300: #A1ECE7;
  --brand-400: #6ce2da;
  --brand-500: #44DAD0;
  --brand-600: #28CCC1;
  --brand-700: #22AAA1;
  --brand-800: #1B8881;
  --brand-900: #17635E;
  --brand-950: #0F3E3B;
  --brand: #6ce2da;
  --brand-ink: #000000;
}

Colors that work with #6ce2da

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4FAFA
Tinted page background
Border#C0EDEA
Hairlines and dividers
Muted text#4B9B95
Captions on the surface
Accent#AE1E4B
Second voice, not a rival
Dark variant#156A65
Hover, pressed, headers
Light variant#EAFBFA
Selected rows, tints
Dark surface#142423
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #6ce2da

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#E26C74
Analogous left#6CE29F
Analogous right#6CAFE2
Split-complement 1#E26CAF
Split-complement 2#E29F6C
Triadic 1#DA6CE2
Triadic 2#E2DA6C
Tetradic#9F6CE2

RGB percentages

Red42.4%
Green88.6%
Blue85.5%

CMYK percentages

Cyan52.2%
Magenta0.0%
Yellow3.5%
Key (black)11.4%

Color previews

#6ce2da text on a black background

contrast 13.53:1

Card sample

#6ce2da text on a white background

contrast 1.55:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #6ce2da;
Background color
Panel with #6ce2da background
background-color: #6ce2da;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #6ce2da;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(108, 226, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 226, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ce2da;
background: linear-gradient(135deg, #6ce2da, #6C9BE2);

Monochromatic scale

Palettes built from #6ce2da

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#6ce2da in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyTravelHealthcareMedia
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#6ce2da, answered

What color is #6ce2da?

#6ce2da is a light vivid cyan, closest to Turquoise (ΔE2000 4). It sits at 176° on the hue wheel with 67% saturation and 66% lightness, which reads as cool.

What is the RGB value of #6ce2da?

rgb(108, 226, 218) — 108 red, 226 green and 218 blue out of 255, or 42.4% / 88.6% / 85.5% by channel.

Is #6ce2da a light or a dark color?

It is a light color. Relative luminance is 0.6264 and perceived brightness is 77%, so black text on it reaches 13.53:1.

Should I use black or white text on #6ce2da?

Black. It scores 13.53:1 against #6ce2da, versus 1.55:1 for white — AAA at any size.

What is the complementary color of #6ce2da?

#E26C74 sits directly opposite on the wheel. Softer options are the split-complements #E26CAF and #E29F6C, which give the same contrast with far less vibration.

What colors go well with #6ce2da?

For interface work: #F4FAFA as the surface, #C0EDEA for borders, #4B9B95 for secondary text, #AE1E4B as an accent and #156A65 for hover and pressed states. For a palette, the analogous pair #6CE29F and #6CAFE2 stays calm, while #E26C74 is the loudest partner.

What is #6ce2da in CMYK for printing?

cmyk(52%, 0%, 4%, 11%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #6ce2da warm or cool?

Cool — it scores 86 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #6CE2AF; nudged cooler, #6AC0E4.

Work with #6ce2da in the Color Lab