#becfda
a light, soft blue · cool · closest name: Light Steel Blue
At a glance
Every number on this page in one read: what #becfda is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #becfda |
| RGB | rgb(190, 207, 218) |
| HSL | hsl(204, 28%, 80%) |
| CMYK | cmyk(13%, 5%, 0%, 15%) |
| LAB | lab(82.2 -3.5 -7.4) |
| LCH | lch(82.2 8.2 244.5) |
| OKLCH | oklch(0.845 0.024 236.0) |
| Decimal | 12505050 |
| Display P3 | color(display-p3 0.745 0.812 0.855) |
Copy-ready code
/* CSS */
color: #becfda;
background-color: #becfda;
/* Tailwind (arbitrary) */
class="text-[#becfda] bg-[#becfda]"
/* SCSS */
$brand: #becfda;
/* SwiftUI */
Color(red: 0.745, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#becfda")
/* Flutter */
Color(0xFFBECFDA)
/* Python / OpenCV (BGR) */
(218, 207, 190)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #becfda is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F6F8F9;
--brand-100: #ECF0F3;
--brand-200: #D6E0E6;
--brand-300: #becfda;
--brand-400: #94B0C2;
--brand-500: #7095AE;
--brand-600: #59829C;
--brand-700: #4A6C82;
--brand-800: #3B5668;
--brand-900: #2E414D;
--brand-950: #1D2830;
--brand: #becfda;
--brand-ink: #000000;
}Colors that work with #becfda
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #becfda
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #DAC9BE | Directly opposite — maximum tension | |
| Analogous left | #BEDAD7 | Neighbour, quieter | |
| Analogous right | #BEC1DA | Neighbour, quieter | |
| Split-complement 1 | #DABEC1 | Contrast without the clash | |
| Split-complement 2 | #DAD7BE | Contrast without the clash | |
| Triadic 1 | #DABECF | Even thirds — balanced and loud | |
| Triadic 2 | #CFDABE | Even thirds — balanced and loud | |
| Tetradic | #D7BEDA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#becfda text on a black background
contrast 13.13:1
#becfda text on a white background
contrast 1.60:1
CSS3 live lab
The quick brown fox
color: #becfda;
background-color: #becfda;
Glowing headline
text-shadow: 2px 2px 8px #becfda;
Soft neon halo
text-shadow: 0 0 14px rgba(190, 207, 218, 0.45);
box-shadow: 0 12px 32px -8px rgba(190, 207, 218, 0.45);
border: 3px solid #becfda; background: linear-gradient(135deg, #becfda, #C0BEDA);
Monochromatic scale
Palettes built from #becfda
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.
Closest color with a full write-up: Light Blue (#add8e6) — ΔE2000 7.4 away, with its history, psychology and brand usage.
#becfda in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#becfda, answered
What color is #becfda?
#becfda is a light soft blue, closest to Light Steel Blue (ΔE2000 6.5). It sits at 204° on the hue wheel with 28% saturation and 80% lightness, which reads as cool.
What is the RGB value of #becfda?
rgb(190, 207, 218) — 190 red, 207 green and 218 blue out of 255, or 74.5% / 81.2% / 85.5% by channel.
Is #becfda a light or a dark color?
It is a light color. Relative luminance is 0.6063 and perceived brightness is 80%, so black text on it reaches 13.13:1.
Should I use black or white text on #becfda?
Black. It scores 13.13:1 against #becfda, versus 1.60:1 for white — AAA at any size.
What is the complementary color of #becfda?
#DAC9BE sits directly opposite on the wheel. Softer options are the split-complements #DABEC1 and #DAD7BE, which give the same contrast with far less vibration.
What colors go well with #becfda?
For interface work: #F5F8F9 as the surface, #CBD9E1 for borders, #537992 for secondary text, #865046 as an accent and #2E4351 for hover and pressed states. For a palette, the analogous pair #BEDAD7 and #BEC1DA stays calm, while #DAC9BE is the loudest partner.
What is #becfda in CMYK for printing?
cmyk(13%, 5%, 0%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #becfda warm or cool?
Cool — it scores 87 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BED9DA; nudged cooler, #BDCCDB.