Skip to content

#3bfac3

a balanced, electric cyan · cool · closest name: Aqua Marine

RGB
59, 250, 195
HSL
163°, 95%, 61%
CMYK
76, 0, 22, 2
Luminance
0.7324

At a glance

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

Hex
#3bfac3
Hue
163°
cyan
Saturation
95%
electric
Lightness
61%
balanced
Brightness
98%
HSV value
Perceived
80%
weighted brightness
Luminance
0.7324
WCAG relative
Temperature
Cool
80/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
15.65:1
Closest name
Aqua Marine
ΔE2000 4.6
Where it sits
Hue163° of 360°
Saturation95%
Lightness61%
Temperature
Warm ← → Cool80% 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#3bfac3
RGBrgb(59, 250, 195)
HSLhsl(163, 95%, 61%)
CMYKcmyk(76%, 0%, 22%, 2%)
LABlab(88.6 -58.6 13.3)
LCHlch(88.6 60.1 167.2)
OKLCHoklch(0.881 0.166 168.2)
Decimal3930819
Display P3color(display-p3 0.231 0.980 0.765)

Copy-ready code

/* CSS */
color: #3bfac3;
background-color: #3bfac3;
/* Tailwind (arbitrary) */
class="text-[#3bfac3] bg-[#3bfac3]"
/* SCSS */
$brand: #3bfac3;
/* SwiftUI */
Color(red: 0.231, green: 0.980, blue: 0.765)
/* Android */
Color.parseColor("#3bfac3")
/* Flutter */
Color(0xFF3BFAC3)
/* Python / OpenCV (BGR) */
(195, 250, 59)

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

Accessibility — WCAG contrast

Aa
#3bfac3 on white: 1.34:1
AA ✗ fail · AA-large · AAA
Aa
#3bfac3 on black: 15.65:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F4E8C0
deuteranopia · #DCD7C7
tritanopia · #00FBEB

Color scale — 50 to 950

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

#F1FDFA
#E4FBF5
#C2FAEA
#92FCDD
#5BFBCD
#3bfac3
#06EFAC
#05C78F
#049F72
#087354
#054834
Base = 500Lightest = 50 · #F1FDFADarkest = 950 · #054834
:root {
  --brand-50: #F1FDFA;
  --brand-100: #E4FBF5;
  --brand-200: #C2FAEA;
  --brand-300: #92FCDD;
  --brand-400: #5BFBCD;
  --brand-500: #3bfac3;
  --brand-600: #06EFAC;
  --brand-700: #05C78F;
  --brand-800: #049F72;
  --brand-900: #087354;
  --brand-950: #054834;
  --brand: #3bfac3;
  --brand-ink: #000000;
}

Colors that work with #3bfac3

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#C0EDE0
Hairlines and dividers
Muted text#4B9B84
Captions on the surface
Accent#FE37A2
Second voice, not a rival
Dark variant#037C59
Hover, pressed, headers
Light variant#E6FEF7
Selected rows, tints
Dark surface#142420
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 #3bfac3

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#FA3B72
Analogous left#3BFA63
Analogous right#3BD2FA
Split-complement 1#FA3BD2
Split-complement 2#FA633B
Triadic 1#C33BFA
Triadic 2#FAC33B
Tetradic#633BFA

RGB percentages

Red23.1%
Green98.0%
Blue76.5%

CMYK percentages

Cyan76.4%
Magenta0.0%
Yellow22.0%
Key (black)2.0%

Color previews

#3bfac3 text on a black background

contrast 15.65:1

Card sample

#3bfac3 text on a white background

contrast 1.34:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #3bfac3;
Background color
Panel with #3bfac3 background
background-color: #3bfac3;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #3bfac3;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(59, 250, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 250, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bfac3;
background: linear-gradient(135deg, #3bfac3, #3BB2FA);

Monochromatic scale

Palettes built from #3bfac3

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.

#3bfac3 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#3bfac3, answered

What color is #3bfac3?

#3bfac3 is a balanced electric cyan, closest to Aqua Marine (ΔE2000 4.6). It sits at 163° on the hue wheel with 95% saturation and 61% lightness, which reads as cool.

What is the RGB value of #3bfac3?

rgb(59, 250, 195) — 59 red, 250 green and 195 blue out of 255, or 23.1% / 98% / 76.5% by channel.

Is #3bfac3 a light or a dark color?

It is a light color. Relative luminance is 0.7324 and perceived brightness is 80%, so black text on it reaches 15.65:1.

Should I use black or white text on #3bfac3?

Black. It scores 15.65:1 against #3bfac3, versus 1.34:1 for white — AAA at any size.

What is the complementary color of #3bfac3?

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

What colors go well with #3bfac3?

For interface work: #F4FAF9 as the surface, #C0EDE0 for borders, #4B9B84 for secondary text, #FE37A2 as an accent and #037C59 for hover and pressed states. For a palette, the analogous pair #3BFA63 and #3BD2FA stays calm, while #FA3B72 is the loudest partner.

What is #3bfac3 in CMYK for printing?

cmyk(76%, 0%, 22%, 2%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #3bfac3 warm or cool?

Cool — it scores 80 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #3BFA7D; nudged cooler, #39EDFC.

Work with #3bfac3 in the Color Lab