Skip to content

#c3daf6

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

RGB
195, 218, 246
HSL
213°, 74%, 87%
CMYK
21, 11, 0, 4
Luminance
0.6840

At a glance

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

Hex
#c3daf6
Hue
213°
blue
Saturation
74%
vivid
Lightness
87%
pale
Brightness
96%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6840
WCAG relative
Temperature
Cool
98/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
14.68:1
Closest name
Light Steel Blue
ΔE2000 5.3
Where it sits
Hue213° of 360°
Saturation74%
Lightness87%
Temperature
Warm ← → Cool98% 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#c3daf6
RGBrgb(195, 218, 246)
HSLhsl(213, 74%, 87%)
CMYKcmyk(21%, 11%, 0%, 4%)
LABlab(86.2 -1.8 -16.2)
LCHlch(86.2 16.3 263.6)
OKLCHoklch(0.880 0.046 253.4)
Decimal12835574
Display P3color(display-p3 0.765 0.855 0.965)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c3daf6 on white: 1.43:1
AA ✗ fail · AA-large · AAA
Aa
#c3daf6 on black: 14.68:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D0DBF7
deuteranopia · #CAD5F5
tritanopia · #B6E0E3

Color scale — 50 to 950

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

#F3F7FC
#E7EFF9
#c3daf6
#9DC3F0
#6DA5E9
#3C87E2
#2072D5
#1B5FB1
#154C8E
#143967
#0C2440
Base = 200Lightest = 50 · #F3F7FCDarkest = 950 · #0C2440
:root {
  --brand-50: #F3F7FC;
  --brand-100: #E7EFF9;
  --brand-200: #c3daf6;
  --brand-300: #9DC3F0;
  --brand-400: #6DA5E9;
  --brand-500: #3C87E2;
  --brand-600: #2072D5;
  --brand-700: #1B5FB1;
  --brand-800: #154C8E;
  --brand-900: #143967;
  --brand-950: #0C2440;
  --brand: #c3daf6;
  --brand-ink: #000000;
}

Colors that work with #c3daf6

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#F4F7FA
Tinted page background
Border#C0D4ED
Hairlines and dividers
Muted text#4B6F9B
Captions on the surface
Accent#B44718
Second voice, not a rival
Dark variant#113B6F
Hover, pressed, headers
Light variant#E9F1FC
Selected rows, tints
Dark surface#141B24
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 #c3daf6

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#F6DFC3
Analogous left#C3F4F6
Analogous right#C6C3F6
Split-complement 1#F6C6C3
Split-complement 2#F4F6C3
Triadic 1#F6C3DA
Triadic 2#DAF6C3
Tetradic#F6C3F4

RGB percentages

Red76.5%
Green85.5%
Blue96.5%

CMYK percentages

Cyan20.7%
Magenta11.4%
Yellow0.0%
Key (black)3.5%

Color previews

#c3daf6 text on a black background

contrast 14.68:1

Card sample

#c3daf6 text on a white background

contrast 1.43:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c3daf6

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.

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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#c3daf6, answered

What color is #c3daf6?

#c3daf6 is a pale vivid blue, closest to Light Steel Blue (ΔE2000 5.3). It sits at 213° on the hue wheel with 74% saturation and 87% lightness, which reads as cool.

What is the RGB value of #c3daf6?

rgb(195, 218, 246) — 195 red, 218 green and 246 blue out of 255, or 76.5% / 85.5% / 96.5% by channel.

Is #c3daf6 a light or a dark color?

It is a light color. Relative luminance is 0.6840 and perceived brightness is 84%, so black text on it reaches 14.68:1.

Should I use black or white text on #c3daf6?

Black. It scores 14.68:1 against #c3daf6, versus 1.43:1 for white — AAA at any size.

What is the complementary color of #c3daf6?

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

What colors go well with #c3daf6?

For interface work: #F4F7FA as the surface, #C0D4ED for borders, #4B6F9B for secondary text, #B44718 as an accent and #113B6F for hover and pressed states. For a palette, the analogous pair #C3F4F6 and #C6C3F6 stays calm, while #F6DFC3 is the loudest partner.

What is #c3daf6 in CMYK for printing?

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

Is #c3daf6 warm or cool?

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

Work with #c3daf6 in the Color Lab