Skip to content

#c3b9f4

a light, vivid blue · cool · closest name: Light Steel Blue

RGB
195, 185, 244
HSL
250°, 73%, 84%
CMYK
20, 24, 0, 4
Luminance
0.5283

At a glance

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

Hex
#c3b9f4
Hue
250°
blue
Saturation
73%
vivid
Lightness
84%
light
Brightness
96%
HSV value
Perceived
77%
weighted brightness
Luminance
0.5283
WCAG relative
Temperature
Cool
78/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
11.57:1
Closest name
Light Steel Blue
ΔE2000 11.2
Where it sits
Hue250° of 360°
Saturation73%
Lightness84%
Temperature
Warm ← → Cool78% 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#c3b9f4
RGBrgb(195, 185, 244)
HSLhsl(250, 73%, 84%)
CMYKcmyk(20%, 24%, 0%, 4%)
LABlab(77.8 15.4 -27.9)
LCHlch(77.8 31.9 298.9)
OKLCHoklch(0.814 0.083 292.2)
Decimal12827124
Display P3color(display-p3 0.765 0.725 0.957)

Copy-ready code

/* CSS */
color: #c3b9f4;
background-color: #c3b9f4;
/* Tailwind (arbitrary) */
class="text-[#c3b9f4] bg-[#c3b9f4]"
/* SCSS */
$brand: #c3b9f4;
/* SwiftUI */
Color(red: 0.765, green: 0.725, blue: 0.957)
/* Android */
Color.parseColor("#c3b9f4")
/* Flutter */
Color(0xFFC3B9F4)
/* Python / OpenCV (BGR) */
(244, 185, 195)

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

Accessibility — WCAG contrast

Aa
#c3b9f4 on white: 1.82:1
AA ✗ fail · AA-large · AAA
Aa
#c3b9f4 on black: 11.57:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #ABC1F7
deuteranopia · #ACBFF2
tritanopia · #B9C2CD

Color scale — 50 to 950

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

#F4F3FC
#EAE7F8
#c3b9f4
#AC9EF0
#826EE8
#593DE0
#4021D4
#351CB0
#2A168D
#221466
#150D40
Base = 200Lightest = 50 · #F4F3FCDarkest = 950 · #150D40
:root {
  --brand-50: #F4F3FC;
  --brand-100: #EAE7F8;
  --brand-200: #c3b9f4;
  --brand-300: #AC9EF0;
  --brand-400: #826EE8;
  --brand-500: #593DE0;
  --brand-600: #4021D4;
  --brand-700: #351CB0;
  --brand-800: #2A168D;
  --brand-900: #221466;
  --brand-950: #150D40;
  --brand: #c3b9f4;
  --brand-ink: #000000;
}

Colors that work with #c3b9f4

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#F5F4FA
Tinted page background
Border#C7C0ED
Hairlines and dividers
Muted text#584B9B
Captions on the surface
Accent#B5A917
Second voice, not a rival
Dark variant#21116E
Hover, pressed, headers
Light variant#ECE9FC
Selected rows, tints
Dark surface#161424
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 #c3b9f4

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
  • 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#EAF4B9
Analogous left#B9CCF4
Analogous right#E0B9F4
Split-complement 1#F4E0B9
Split-complement 2#CCF4B9
Triadic 1#F4C3B9
Triadic 2#B9F4C3
Tetradic#F4B9CC

RGB percentages

Red76.5%
Green72.5%
Blue95.7%

CMYK percentages

Cyan20.1%
Magenta24.2%
Yellow0.0%
Key (black)4.3%

Color previews

#c3b9f4 text on a black background

contrast 11.57:1

Card sample

#c3b9f4 text on a white background

contrast 1.82:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c3b9f4

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.

#c3b9f4 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#c3b9f4, answered

What color is #c3b9f4?

#c3b9f4 is a light vivid blue, closest to Light Steel Blue (ΔE2000 11.2). It sits at 250° on the hue wheel with 73% saturation and 84% lightness, which reads as cool.

What is the RGB value of #c3b9f4?

rgb(195, 185, 244) — 195 red, 185 green and 244 blue out of 255, or 76.5% / 72.5% / 95.7% by channel.

Is #c3b9f4 a light or a dark color?

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

Should I use black or white text on #c3b9f4?

Black. It scores 11.57:1 against #c3b9f4, versus 1.82:1 for white — AAA at any size.

What is the complementary color of #c3b9f4?

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

What colors go well with #c3b9f4?

For interface work: #F5F4FA as the surface, #C7C0ED for borders, #584B9B for secondary text, #B5A917 as an accent and #21116E for hover and pressed states. For a palette, the analogous pair #B9CCF4 and #E0B9F4 stays calm, while #EAF4B9 is the loudest partner.

What is #c3b9f4 in CMYK for printing?

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

Is #c3b9f4 warm or cool?

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

Work with #c3b9f4 in the Color Lab