Skip to content

#c3b2fe

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

RGB
195, 178, 254
HSL
253°, 97%, 85%
CMYK
23, 30, 0, 0
Luminance
0.5060

At a glance

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

Hex
#c3b2fe
Hue
253°
blue
Saturation
97%
electric
Lightness
85%
light
Brightness
100%
HSV value
Perceived
76%
weighted brightness
Luminance
0.5060
WCAG relative
Temperature
Cool
76/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
11.12:1
Closest name
Light Steel Blue
ΔE2000 10.8
Where it sits
Hue253° of 360°
Saturation97%
Lightness85%
Temperature
Warm ← → Cool76% 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#c3b2fe
RGBrgb(195, 178, 254)
HSLhsl(253, 97%, 85%)
CMYKcmyk(23%, 30%, 0%, 0%)
LABlab(76.4 21.5 -35.4)
LCHlch(76.4 41.4 301.3)
OKLCHoklch(0.805 0.107 294.1)
Decimal12825342
Display P3color(display-p3 0.765 0.698 0.996)

Copy-ready code

/* CSS */
color: #c3b2fe;
background-color: #c3b2fe;
/* Tailwind (arbitrary) */
class="text-[#c3b2fe] bg-[#c3b2fe]"
/* SCSS */
$brand: #c3b2fe;
/* SwiftUI */
Color(red: 0.765, green: 0.698, blue: 0.996)
/* Android */
Color.parseColor("#c3b2fe")
/* Flutter */
Color(0xFFC3B2FE)
/* Python / OpenCV (BGR) */
(254, 178, 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 #c3b2fe · 11.12:1
Use #000000AAA at every size.
Aa
White text · 1.89:1
AA fail · AA large fail · AAA fail
Aa
Black text · 11.12:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #c3b2fe as text scores 1.89:1 on white and 11.12:1 on black.

Accessibility — WCAG contrast

Aa
#c3b2fe on white: 1.89:1
AA ✗ fail · AA-large · AAA
Aa
#c3b2fe on black: 11.12:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #9FBDFF
deuteranopia · #A1BBFC
tritanopia · #B7BECD

Color scale — 50 to 950

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

#F4F1FD
#E9E4FC
#c3b2fe
#A990FE
#7D59FD
#5222FC
#3803F2
#2F03C9
#2602A1
#1F0674
#130449
Base = 200Lightest = 50 · #F4F1FDDarkest = 950 · #130449
:root {
  --brand-50: #F4F1FD;
  --brand-100: #E9E4FC;
  --brand-200: #c3b2fe;
  --brand-300: #A990FE;
  --brand-400: #7D59FD;
  --brand-500: #5222FC;
  --brand-600: #3803F2;
  --brand-700: #2F03C9;
  --brand-800: #2602A1;
  --brand-900: #1F0674;
  --brand-950: #130449;
  --brand: #c3b2fe;
  --brand-ink: #000000;
}

Colors that work with #c3b2fe

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#F6F4FA
Tinted page background
Border#CAC0ED
Hairlines and dividers
Muted text#5D4B9B
Captions on the surface
Accent#CCC700
Second voice, not a rival
Dark variant#1D027E
Hover, pressed, headers
Light variant#EBE6FF
Selected rows, tints
Dark surface#171424
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 #c3b2fe

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#EDFEB2
Analogous left#B2C7FE
Analogous right#E9B2FE
Split-complement 1#FEE9B2
Split-complement 2#C7FEB2
Triadic 1#FEC3B2
Triadic 2#B2FEC3
Tetradic#FEB2C7

RGB percentages

Red76.5%
Green69.8%
Blue99.6%

CMYK percentages

Cyan23.2%
Magenta29.9%
Yellow0.0%
Key (black)0.4%

Color previews

#c3b2fe text on a black background

contrast 11.12:1

Card sample

#c3b2fe text on a white background

contrast 1.89:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c3b2fe

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.

#c3b2fe 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

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

#c3b2fe, answered

What color is #c3b2fe?

#c3b2fe is a light electric blue, closest to Light Steel Blue (ΔE2000 10.8). It sits at 253° on the hue wheel with 97% saturation and 85% lightness, which reads as cool.

What is the RGB value of #c3b2fe?

rgb(195, 178, 254) — 195 red, 178 green and 254 blue out of 255, or 76.5% / 69.8% / 99.6% by channel.

Is #c3b2fe a light or a dark color?

It is a light color. Relative luminance is 0.5060 and perceived brightness is 76%, so black text on it reaches 11.12:1.

Should I use black or white text on #c3b2fe?

Black. It scores 11.12:1 against #c3b2fe, versus 1.89:1 for white — AAA at any size.

What is the complementary color of #c3b2fe?

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

What colors go well with #c3b2fe?

For interface work: #F6F4FA as the surface, #CAC0ED for borders, #5D4B9B for secondary text, #CCC700 as an accent and #1D027E for hover and pressed states. For a palette, the analogous pair #B2C7FE and #E9B2FE stays calm, while #EDFEB2 is the loudest partner.

What is #c3b2fe in CMYK for printing?

cmyk(23%, 30%, 0%, 0%). 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 #c3b2fe warm or cool?

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

Work with #c3b2fe in the Color Lab