Skip to content

#6fd2c0

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

RGB
111, 210, 192
HSL
169°, 52%, 63%
CMYK
47, 0, 9, 18
Luminance
0.5328

At a glance

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

Hex
#6fd2c0
Hue
169°
cyan
Saturation
52%
vivid
Lightness
63%
balanced
Brightness
82%
HSV value
Perceived
72%
weighted brightness
Luminance
0.5328
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
11.66:1
Closest name
Turquoise
ΔE2000 5
Where it sits
Hue169° of 360°
Saturation52%
Lightness63%
Temperature
Warm ← → Cool83% 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#6fd2c0
RGBrgb(111, 210, 192)
HSLhsl(169, 52%, 63%)
CMYKcmyk(47%, 0%, 9%, 18%)
LABlab(78.0 -33.4 -0.1)
LCHlch(78.0 33.4 180.1)
OKLCHoklch(0.798 0.098 180.4)
Decimal7328448
Display P3color(display-p3 0.435 0.824 0.753)

Copy-ready code

/* CSS */
color: #6fd2c0;
background-color: #6fd2c0;
/* Tailwind (arbitrary) */
class="text-[#6fd2c0] bg-[#6fd2c0]"
/* SCSS */
$brand: #6fd2c0;
/* SwiftUI */
Color(red: 0.435, green: 0.824, blue: 0.753)
/* Android */
Color.parseColor("#6fd2c0")
/* Flutter */
Color(0xFF6FD2C0)
/* Python / OpenCV (BGR) */
(192, 210, 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 #6fd2c0 · 11.66:1
Use #000000AAA at every size.
Aa
White text · 1.80:1
AA fail · AA large fail · AAA fail
Aa
Black text · 11.66:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #6fd2c0 as text scores 1.80:1 on white and 11.66:1 on black.

Accessibility — WCAG contrast

Aa
#6fd2c0 on white: 1.80:1
AA ✗ fail · AA-large · AAA
Aa
#6fd2c0 on black: 11.66:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CBC8BF
deuteranopia · #BABCC2
tritanopia · #43D5CC

Color scale — 50 to 950

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

#F4FAF9
#E9F6F4
#CFEDE8
#AAE4DA
#6fd2c0
#54CAB4
#3ABBA3
#319B88
#277C6D
#205B50
#143932
Base = 400Lightest = 50 · #F4FAF9Darkest = 950 · #143932
:root {
  --brand-50: #F4FAF9;
  --brand-100: #E9F6F4;
  --brand-200: #CFEDE8;
  --brand-300: #AAE4DA;
  --brand-400: #6fd2c0;
  --brand-500: #54CAB4;
  --brand-600: #3ABBA3;
  --brand-700: #319B88;
  --brand-800: #277C6D;
  --brand-900: #205B50;
  --brand-950: #143932;
  --brand: #6fd2c0;
  --brand-ink: #000000;
}

Colors that work with #6fd2c0

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#F4FAF9
Tinted page background
Border#C1ECE4
Hairlines and dividers
Muted text#4B9B8C
Captions on the surface
Accent#D66B99
Second voice, not a rival
Dark variant#1E6155
Hover, pressed, headers
Light variant#ECF9F7
Selected rows, tints
Dark surface#142421
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 #6fd2c0

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
  • 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
  • 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#D26F81
Analogous left#6FD28E
Analogous right#6FB2D2
Split-complement 1#D26FB2
Split-complement 2#D28E6F
Triadic 1#C06FD2
Triadic 2#D2C06F
Tetradic#8E6FD2

RGB percentages

Red43.5%
Green82.4%
Blue75.3%

CMYK percentages

Cyan47.1%
Magenta0.0%
Yellow8.6%
Key (black)17.6%

Color previews

#6fd2c0 text on a black background

contrast 11.66:1

Card sample

#6fd2c0 text on a white background

contrast 1.80:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #6fd2c0

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.

#6fd2c0 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
ButtonsLinksFocus statesCharts
Print note

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

#6fd2c0, answered

What color is #6fd2c0?

#6fd2c0 is a balanced vivid cyan, closest to Turquoise (ΔE2000 5). It sits at 169° on the hue wheel with 52% saturation and 63% lightness, which reads as cool.

What is the RGB value of #6fd2c0?

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

Is #6fd2c0 a light or a dark color?

It is a light color. Relative luminance is 0.5328 and perceived brightness is 72%, so black text on it reaches 11.66:1.

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

Black. It scores 11.66:1 against #6fd2c0, versus 1.80:1 for white — AAA at any size.

What is the complementary color of #6fd2c0?

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

What colors go well with #6fd2c0?

For interface work: #F4FAF9 as the surface, #C1ECE4 for borders, #4B9B8C for secondary text, #D66B99 as an accent and #1E6155 for hover and pressed states. For a palette, the analogous pair #6FD28E and #6FB2D2 stays calm, while #D26F81 is the loudest partner.

What is #6fd2c0 in CMYK for printing?

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

Is #6fd2c0 warm or cool?

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

Work with #6fd2c0 in the Color Lab