Skip to content

#0df2c3

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

RGB
13, 242, 195
HSL
168°, 90%, 50%
CMYK
95, 0, 19, 5
Luminance
0.6753

At a glance

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

Hex
#0df2c3
Hue
168°
cyan
Saturation
90%
electric
Lightness
50%
balanced
Brightness
95%
HSV value
Perceived
77%
weighted brightness
Luminance
0.6753
WCAG relative
Temperature
Cool
82/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
14.51:1
Closest name
Aqua Marine
ΔE2000 5.7
Where it sits
Hue168° of 360°
Saturation90%
Lightness50%
Temperature
Warm ← → Cool82% 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#0df2c3
RGBrgb(13, 242, 195)
HSLhsl(168, 90%, 50%)
CMYKcmyk(95%, 0%, 19%, 5%)
LABlab(85.8 -58.5 9.3)
LCHlch(85.8 59.3 171.0)
OKLCHoklch(0.857 0.165 171.8)
Decimal914115
Display P3color(display-p3 0.051 0.949 0.765)

Copy-ready code

/* CSS */
color: #0df2c3;
background-color: #0df2c3;
/* Tailwind (arbitrary) */
class="text-[#0df2c3] bg-[#0df2c3]"
/* SCSS */
$brand: #0df2c3;
/* SwiftUI */
Color(red: 0.051, green: 0.949, blue: 0.765)
/* Android */
Color.parseColor("#0df2c3")
/* Flutter */
Color(0xFF0DF2C3)
/* Python / OpenCV (BGR) */
(195, 242, 13)

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

Accessibility — WCAG contrast

Aa
#0df2c3 on white: 1.45:1
AA ✗ fail · AA-large · AAA
Aa
#0df2c3 on black: 14.51:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EAE1C1
deuteranopia · #D2CFC6
tritanopia · #00F4E5

Color scale — 50 to 950

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

#F2FDFB
#E5FBF6
#C3F8ED
#95F9E5
#5FF6D7
#2AF4CA
#0df2c3
#0AC29C
#089B7D
#0B705B
#074639
Base = 600Lightest = 50 · #F2FDFBDarkest = 950 · #074639
:root {
  --brand-50: #F2FDFB;
  --brand-100: #E5FBF6;
  --brand-200: #C3F8ED;
  --brand-300: #95F9E5;
  --brand-400: #5FF6D7;
  --brand-500: #2AF4CA;
  --brand-600: #0df2c3;
  --brand-700: #0AC29C;
  --brand-800: #089B7D;
  --brand-900: #0B705B;
  --brand-950: #074639;
  --brand: #0df2c3;
  --brand-ink: #000000;
}

Colors that work with #0df2c3

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#C0EDE3
Hairlines and dividers
Muted text#4B9B8A
Captions on the surface
Accent#F70875
Second voice, not a rival
Dark variant#077962
Hover, pressed, headers
Light variant#E7FEF9
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 #0df2c3

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#F20D3C
Analogous left#0DF251
Analogous right#0DAEF2
Split-complement 1#F20DAE
Split-complement 2#F2510D
Triadic 1#C30DF2
Triadic 2#F2C30D
Tetradic#510DF2

RGB percentages

Red5.1%
Green94.9%
Blue76.5%

CMYK percentages

Cyan94.6%
Magenta0.0%
Yellow19.4%
Key (black)5.1%

Color previews

#0df2c3 text on a black background

contrast 14.51:1

Card sample

#0df2c3 text on a white background

contrast 1.45:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #0df2c3;
Background color
Panel with #0df2c3 background
background-color: #0df2c3;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #0df2c3;
Text shadow — RGB

Soft neon halo

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

Monochromatic scale

Palettes built from #0df2c3

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.

#0df2c3 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.

#0df2c3, answered

What color is #0df2c3?

#0df2c3 is a balanced electric cyan, closest to Aqua Marine (ΔE2000 5.7). It sits at 168° on the hue wheel with 90% saturation and 50% lightness, which reads as cool.

What is the RGB value of #0df2c3?

rgb(13, 242, 195) — 13 red, 242 green and 195 blue out of 255, or 5.1% / 94.9% / 76.5% by channel.

Is #0df2c3 a light or a dark color?

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

Should I use black or white text on #0df2c3?

Black. It scores 14.51:1 against #0df2c3, versus 1.45:1 for white — AAA at any size.

What is the complementary color of #0df2c3?

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

What colors go well with #0df2c3?

For interface work: #F4FAF9 as the surface, #C0EDE3 for borders, #4B9B8A for secondary text, #F70875 as an accent and #077962 for hover and pressed states. For a palette, the analogous pair #0DF251 and #0DAEF2 stays calm, while #F20D3C is the loudest partner.

What is #0df2c3 in CMYK for printing?

cmyk(95%, 0%, 19%, 5%). 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 #0df2c3 warm or cool?

Cool — it scores 82 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #0DF26F; nudged cooler, #0AD2F5.

Work with #0df2c3 in the Color Lab