Skip to content

#0f525f

a deep, vivid cyan · cool · closest name: Dark Slate Gray

RGB
15, 82, 95
HSL
190°, 73%, 22%
CMYK
84, 14, 0, 63
Luminance
0.0696

At a glance

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

Hex
#0f525f
Hue
190°
cyan
Saturation
73%
vivid
Lightness
22%
deep
Brightness
37%
HSV value
Perceived
28%
weighted brightness
Luminance
0.0696
WCAG relative
Temperature
Cool
92/100 cool
Color family
Cyan
Tone
Vivid
Best ink
White
8.78:1
Closest name
Dark Slate Gray
ΔE2000 6.7
Where it sits
Hue190° of 360°
Saturation73%
Lightness22%
Temperature
Warm ← → Cool92% 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#0f525f
RGBrgb(15, 82, 95)
HSLhsl(190, 73%, 22%)
CMYKcmyk(84%, 14%, 0%, 63%)
LABlab(31.7 -14.9 -13.3)
LCHlch(31.7 20.0 221.8)
OKLCHoklch(0.406 0.066 214.4)
Decimal1004127
Display P3color(display-p3 0.059 0.322 0.373)

Copy-ready code

/* CSS */
color: #0f525f;
background-color: #0f525f;
/* Tailwind (arbitrary) */
class="text-[#0f525f] bg-[#0f525f]"
/* SCSS */
$brand: #0f525f;
/* SwiftUI */
Color(red: 0.059, green: 0.322, blue: 0.373)
/* Android */
Color.parseColor("#0f525f")
/* Flutter */
Color(0xFF0F525F)
/* Python / OpenCV (BGR) */
(95, 82, 15)

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

Accessibility — WCAG contrast

Aa
#0f525f on white: 8.78:1
AA ✓ pass · AA-large · AAA
Aa
#0f525f on black: 2.39:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #494F60
deuteranopia · #3E475F
tritanopia · #005756

Color scale — 50 to 950

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

#F3FAFC
#E7F6F8
#C9ECF3
#9EE2F0
#6ED4E8
#3DC6E0
#21B6D3
#1C98B0
#167A8D
#0f525f
#0D3740
Base = 900Lightest = 50 · #F3FAFCDarkest = 950 · #0D3740
:root {
  --brand-50: #F3FAFC;
  --brand-100: #E7F6F8;
  --brand-200: #C9ECF3;
  --brand-300: #9EE2F0;
  --brand-400: #6ED4E8;
  --brand-500: #3DC6E0;
  --brand-600: #21B6D3;
  --brand-700: #1C98B0;
  --brand-800: #167A8D;
  --brand-900: #0f525f;
  --brand-950: #0D3740;
  --brand: #0f525f;
  --brand-ink: #ffffff;
}

Colors that work with #0f525f

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

Text on it#ffffff
White wins here
Surface#F4F9FA
Tinted page background
Border#C0E5ED
Hairlines and dividers
Muted text#4B8E9B
Captions on the surface
Accent#610D14
Second voice, not a rival
Dark variant#115F6E
Hover, pressed, headers
Light variant#E9F8FC
Selected rows, tints
Dark surface#142224
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 #0f525f

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

Works well for
  • Body text and links on white
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Text on black or near-black surfaces
  • Full-page backgrounds — tiring over long sessions
  • Black 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#5F1C0F
Analogous left#0F5F44
Analogous right#0F2A5F
Split-complement 1#5F0F2A
Split-complement 2#5F440F
Triadic 1#5F0F52
Triadic 2#525F0F
Tetradic#440F5F

RGB percentages

Red5.9%
Green32.2%
Blue37.3%

CMYK percentages

Cyan84.2%
Magenta13.7%
Yellow0.0%
Key (black)62.7%

Color previews

#0f525f text on a black background

contrast 2.39:1

Card sample

#0f525f text on a white background

contrast 8.78:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(15, 82, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 82, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f525f;
background: linear-gradient(135deg, #0f525f, #0F1D5F);

Monochromatic scale

Palettes built from #0f525f

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.

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

#0f525f, answered

What color is #0f525f?

#0f525f is a deep vivid cyan, closest to Dark Slate Gray (ΔE2000 6.7). It sits at 190° on the hue wheel with 73% saturation and 22% lightness, which reads as cool.

What is the RGB value of #0f525f?

rgb(15, 82, 95) — 15 red, 82 green and 95 blue out of 255, or 5.9% / 32.2% / 37.3% by channel.

Is #0f525f a light or a dark color?

It is a dark color. Relative luminance is 0.0696 and perceived brightness is 28%, so white text on it reaches 8.78:1.

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

White. It scores 8.78:1 against #0f525f, versus 2.39:1 for black — AAA at any size.

What is the complementary color of #0f525f?

#5F1C0F sits directly opposite on the wheel. Softer options are the split-complements #5F0F2A and #5F440F, which give the same contrast with far less vibration.

What colors go well with #0f525f?

For interface work: #F4F9FA as the surface, #C0E5ED for borders, #4B8E9B for secondary text, #610D14 as an accent and #115F6E for hover and pressed states. For a palette, the analogous pair #0F5F44 and #0F2A5F stays calm, while #5F1C0F is the loudest partner.

What is #0f525f in CMYK for printing?

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

Is #0f525f warm or cool?

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

Work with #0f525f in the Color Lab