#98acce
a light, soft blue · cool · closest name: Light Steel Blue
At a glance
Every number on this page in one read: what #98acce 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 | #98acce |
| RGB | rgb(152, 172, 206) |
| HSL | hsl(218, 36%, 70%) |
| CMYK | cmyk(26%, 17%, 0%, 19%) |
| LAB | lab(69.9 0.7 -19.6) |
| LCH | lch(69.9 19.6 272.0) |
| OKLCH | oklch(0.741 0.054 261.0) |
| Decimal | 10005710 |
| Display P3 | color(display-p3 0.596 0.675 0.808) |
Copy-ready code
/* CSS */
color: #98acce;
background-color: #98acce;
/* Tailwind (arbitrary) */
class="text-[#98acce] bg-[#98acce]"
/* SCSS */
$brand: #98acce;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#98acce")
/* Flutter */
Color(0xFF98ACCE)
/* Python / OpenCV (BGR) */
(206, 172, 152)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. #98acce is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5F7F9;
--brand-100: #EBEFF4;
--brand-200: #D3DBE8;
--brand-300: #B3C2DB;
--brand-400: #98acce;
--brand-500: #6784B7;
--brand-600: #4F6FA6;
--brand-700: #425D8A;
--brand-800: #354A6F;
--brand-900: #293851;
--brand-950: #1A2333;
--brand: #98acce;
--brand-ink: #000000;
}Colors that work with #98acce
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 #98acce
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 | #CEBA98 | Directly opposite — maximum tension | |
| Analogous left | #98C7CE | Neighbour, quieter | |
| Analogous right | #9F98CE | Neighbour, quieter | |
| Split-complement 1 | #CE9F98 | Contrast without the clash | |
| Split-complement 2 | #C7CE98 | Contrast without the clash | |
| Triadic 1 | #CE98AC | Even thirds — balanced and loud | |
| Triadic 2 | #ACCE98 | Even thirds — balanced and loud | |
| Tetradic | #CE98C7 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#98acce text on a black background
contrast 9.13:1
#98acce text on a white background
contrast 2.30:1
CSS3 live lab
The quick brown fox
color: #98acce;
background-color: #98acce;
Glowing headline
text-shadow: 2px 2px 8px #98acce;
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 206, 0.45);
box-shadow: 0 12px 32px -8px rgba(152, 172, 206, 0.45);
border: 3px solid #98acce; background: linear-gradient(135deg, #98acce, #A898CE);
Monochromatic scale
Palettes built from #98acce
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: Periwinkle Blue (#8f99fb) — ΔE2000 8.5 away, with its history, psychology and brand usage.
#98acce 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.
#98acce, answered
What color is #98acce?
#98acce is a light soft blue, closest to Light Steel Blue (ΔE2000 6.9). It sits at 218° on the hue wheel with 36% saturation and 70% lightness, which reads as cool.
What is the RGB value of #98acce?
rgb(152, 172, 206) — 152 red, 172 green and 206 blue out of 255, or 59.6% / 67.5% / 80.8% by channel.
Is #98acce a light or a dark color?
It is a mid-tone. Relative luminance is 0.4064 and perceived brightness is 67%, so black text on it reaches 9.13:1.
Should I use black or white text on #98acce?
Black. It scores 9.13:1 against #98acce, versus 2.30:1 for white — AAA at any size.
What is the complementary color of #98acce?
#CEBA98 sits directly opposite on the wheel. Softer options are the split-complements #CE9F98 and #C7CE98, which give the same contrast with far less vibration.
What colors go well with #98acce?
For interface work: #F5F7FA as the surface, #C8D2E5 for borders, #4B689B for secondary text, #8E5D3E as an accent and #293A56 for hover and pressed states. For a palette, the analogous pair #98C7CE and #9F98CE stays calm, while #CEBA98 is the loudest partner.
What is #98acce in CMYK for printing?
cmyk(26%, 17%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #98acce warm or cool?
Cool — it scores 96 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9898CE; nudged cooler, #85A3C8.