Skip to content

#6fded2

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

RGB
111, 222, 210
HSL
174°, 63%, 65%
CMYK
50, 0, 5, 13
Luminance
0.6028

At a glance

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

Hex
#6fded2
Hue
174°
cyan
Saturation
63%
vivid
Lightness
65%
light
Brightness
87%
HSV value
Perceived
76%
weighted brightness
Luminance
0.6028
WCAG relative
Temperature
Cool
85/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.06:1
Closest name
Turquoise
ΔE2000 3.5
Where it sits
Hue174° of 360°
Saturation63%
Lightness65%
Temperature
Warm ← → Cool85% 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#6fded2
RGBrgb(111, 222, 210)
HSLhsl(174, 63%, 65%)
CMYKcmyk(50%, 0%, 5%, 13%)
LABlab(82.0 -34.7 -3.9)
LCHlch(82.0 34.9 186.4)
OKLCHoklch(0.832 0.104 186.1)
Decimal7331538
Display P3color(display-p3 0.435 0.871 0.824)

Copy-ready code

/* CSS */
color: #6fded2;
background-color: #6fded2;
/* Tailwind (arbitrary) */
class="text-[#6fded2] bg-[#6fded2]"
/* SCSS */
$brand: #6fded2;
/* SwiftUI */
Color(red: 0.435, green: 0.871, blue: 0.824)
/* Android */
Color.parseColor("#6fded2")
/* Flutter */
Color(0xFF6FDED2)
/* Python / OpenCV (BGR) */
(210, 222, 111)

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 #6fded2 · 13.06:1
Use #000000AAA at every size.
Aa
White text · 1.61:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.06:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #6fded2 as text scores 1.61:1 on white and 13.06:1 on black.

Accessibility — WCAG contrast

Aa
#6fded2 on white: 1.61:1
AA ✗ fail · AA-large · AAA
Aa
#6fded2 on black: 13.06:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D4D4D2
deuteranopia · #C2C6D3
tritanopia · #2FE2DA

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #6fded2 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.

#F4FBFA
#E8F7F6
#CCF0EC
#A4EAE2
#6fded2
#48D5C6
#2EC7B7
#26A698
#1E857A
#1A6159
#103C38
Base = 400Lightest = 50 · #F4FBFADarkest = 950 · #103C38
:root {
  --brand-50: #F4FBFA;
  --brand-100: #E8F7F6;
  --brand-200: #CCF0EC;
  --brand-300: #A4EAE2;
  --brand-400: #6fded2;
  --brand-500: #48D5C6;
  --brand-600: #2EC7B7;
  --brand-700: #26A698;
  --brand-800: #1E857A;
  --brand-900: #1A6159;
  --brand-950: #103C38;
  --brand: #6fded2;
  --brand-ink: #000000;
}

Colors that work with #6fded2

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#C0EDE8
Hairlines and dividers
Muted text#4B9B92
Captions on the surface
Accent#AB2153
Second voice, not a rival
Dark variant#18685F
Hover, pressed, headers
Light variant#EAFAF9
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 #6fded2

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#DE6F7B
Analogous left#6FDE9A
Analogous right#6FB3DE
Split-complement 1#DE6FB3
Split-complement 2#DE9A6F
Triadic 1#D26FDE
Triadic 2#DED26F
Tetradic#9A6FDE

RGB percentages

Red43.5%
Green87.1%
Blue82.4%

CMYK percentages

Cyan50.0%
Magenta0.0%
Yellow5.4%
Key (black)12.9%

Color previews

#6fded2 text on a black background

contrast 13.06:1

Card sample

#6fded2 text on a white background

contrast 1.61:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(111, 222, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 222, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fded2;
background: linear-gradient(135deg, #6fded2, #6FA0DE);

Monochromatic scale

Palettes built from #6fded2

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.

#6fded2 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.

#6fded2, answered

What color is #6fded2?

#6fded2 is a light vivid cyan, closest to Turquoise (ΔE2000 3.5). It sits at 174° on the hue wheel with 63% saturation and 65% lightness, which reads as cool.

What is the RGB value of #6fded2?

rgb(111, 222, 210) — 111 red, 222 green and 210 blue out of 255, or 43.5% / 87.1% / 82.4% by channel.

Is #6fded2 a light or a dark color?

It is a light color. Relative luminance is 0.6028 and perceived brightness is 76%, so black text on it reaches 13.06:1.

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

Black. It scores 13.06:1 against #6fded2, versus 1.61:1 for white — AAA at any size.

What is the complementary color of #6fded2?

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

What colors go well with #6fded2?

For interface work: #F4FAFA as the surface, #C0EDE8 for borders, #4B9B92 for secondary text, #AB2153 as an accent and #18685F for hover and pressed states. For a palette, the analogous pair #6FDE9A and #6FB3DE stays calm, while #DE6F7B is the loudest partner.

What is #6fded2 in CMYK for printing?

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

Is #6fded2 warm or cool?

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

Work with #6fded2 in the Color Lab