Skip to content

#c1c8eb

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

RGB
193, 200, 235
HSL
230°, 51%, 84%
CMYK
18, 15, 0, 8
Luminance
0.5864

At a glance

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

Hex
#c1c8eb
Hue
230°
blue
Saturation
51%
vivid
Lightness
84%
light
Brightness
92%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5864
WCAG relative
Temperature
Cool
89/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
12.73:1
Closest name
Light Steel Blue
ΔE2000 6.9
Where it sits
Hue230° of 360°
Saturation51%
Lightness84%
Temperature
Warm ← → Cool89% 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#c1c8eb
RGBrgb(193, 200, 235)
HSLhsl(230, 51%, 84%)
CMYKcmyk(18%, 15%, 0%, 8%)
LABlab(81.1 4.7 -18.1)
LCHlch(81.1 18.7 284.6)
OKLCHoklch(0.839 0.050 276.4)
Decimal12699883
Display P3color(display-p3 0.757 0.784 0.922)

Copy-ready code

/* CSS */
color: #c1c8eb;
background-color: #c1c8eb;
/* Tailwind (arbitrary) */
class="text-[#c1c8eb] bg-[#c1c8eb]"
/* SCSS */
$brand: #c1c8eb;
/* SwiftUI */
Color(red: 0.757, green: 0.784, blue: 0.922)
/* Android */
Color.parseColor("#c1c8eb")
/* Flutter */
Color(0xFFC1C8EB)
/* Python / OpenCV (BGR) */
(235, 200, 193)

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

Accessibility — WCAG contrast

Aa
#c1c8eb on white: 1.65:1
AA ✗ fail · AA-large · AAA
Aa
#c1c8eb on black: 12.73:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BFCBED
deuteranopia · #BCC8EA
tritanopia · #B8CED3

Color scale — 50 to 950

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

#F4F5FA
#EAECF6
#c1c8eb
#AAB4E4
#808ED6
#5569C8
#3C51B9
#32439A
#28367B
#202A5A
#141A38
Base = 200Lightest = 50 · #F4F5FADarkest = 950 · #141A38
:root {
  --brand-50: #F4F5FA;
  --brand-100: #EAECF6;
  --brand-200: #c1c8eb;
  --brand-300: #AAB4E4;
  --brand-400: #808ED6;
  --brand-500: #5569C8;
  --brand-600: #3C51B9;
  --brand-700: #32439A;
  --brand-800: #28367B;
  --brand-900: #202A5A;
  --brand-950: #141A38;
  --brand: #c1c8eb;
  --brand-ink: #000000;
}

Colors that work with #c1c8eb

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#F4F5FA
Tinted page background
Border#C1C8EB
Hairlines and dividers
Muted text#4B589B
Captions on the surface
Accent#9F702D
Second voice, not a rival
Dark variant#1F2A60
Hover, pressed, headers
Light variant#ECEEF9
Selected rows, tints
Dark surface#141624
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 #c1c8eb

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#EBE4C1
Analogous left#C1DDEB
Analogous right#CFC1EB
Split-complement 1#EBCFC1
Split-complement 2#DDEBC1
Triadic 1#EBC1C8
Triadic 2#C8EBC1
Tetradic#EBC1DD

RGB percentages

Red75.7%
Green78.4%
Blue92.2%

CMYK percentages

Cyan17.9%
Magenta14.9%
Yellow0.0%
Key (black)7.8%

Color previews

#c1c8eb text on a black background

contrast 12.73:1

Card sample

#c1c8eb text on a white background

contrast 1.65:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(193, 200, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 200, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1c8eb;
background: linear-gradient(135deg, #c1c8eb, #D6C1EB);

Monochromatic scale

Palettes built from #c1c8eb

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.

#c1c8eb 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.

#c1c8eb, answered

What color is #c1c8eb?

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

What is the RGB value of #c1c8eb?

rgb(193, 200, 235) — 193 red, 200 green and 235 blue out of 255, or 75.7% / 78.4% / 92.2% by channel.

Is #c1c8eb a light or a dark color?

It is a light color. Relative luminance is 0.5864 and perceived brightness is 79%, so black text on it reaches 12.73:1.

Should I use black or white text on #c1c8eb?

Black. It scores 12.73:1 against #c1c8eb, versus 1.65:1 for white — AAA at any size.

What is the complementary color of #c1c8eb?

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

What colors go well with #c1c8eb?

For interface work: #F4F5FA as the surface, #C1C8EB for borders, #4B589B for secondary text, #9F702D as an accent and #1F2A60 for hover and pressed states. For a palette, the analogous pair #C1DDEB and #CFC1EB stays calm, while #EBE4C1 is the loudest partner.

What is #c1c8eb in CMYK for printing?

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

Is #c1c8eb warm or cool?

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

Work with #c1c8eb in the Color Lab