#97cfef
a light, vivid blue · cool · closest name: Light Sky Blue
At a glance
Every number on this page in one read: what #97cfef 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 | #97cfef |
| RGB | rgb(151, 207, 239) |
| HSL | hsl(202, 73%, 77%) |
| CMYK | cmyk(37%, 13%, 0%, 6%) |
| LAB | lab(80.4 -10.3 -21.5) |
| LCH | lch(80.4 23.8 244.5) |
| OKLCH | oklch(0.827 0.073 233.9) |
| Decimal | 9949167 |
| Display P3 | color(display-p3 0.592 0.812 0.937) |
Copy-ready code
/* CSS */
color: #97cfef;
background-color: #97cfef;
/* Tailwind (arbitrary) */
class="text-[#97cfef] bg-[#97cfef]"
/* SCSS */
$brand: #97cfef;
/* SwiftUI */
Color(red: 0.592, green: 0.812, blue: 0.937)
/* Android */
Color.parseColor("#97cfef")
/* Flutter */
Color(0xFF97CFEF)
/* Python / OpenCV (BGR) */
(239, 207, 151)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. #97cfef 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: #F3F9FC;
--brand-100: #E7F2F8;
--brand-200: #C8E4F3;
--brand-300: #97cfef;
--brand-400: #6DBCE9;
--brand-500: #3DA5E1;
--brand-600: #2193D4;
--brand-700: #1B7AB1;
--brand-800: #16628D;
--brand-900: #144866;
--brand-950: #0C2D40;
--brand: #97cfef;
--brand-ink: #000000;
}Colors that work with #97cfef
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 #97cfef
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #EFB797 | Directly opposite — maximum tension | |
| Analogous left | #97EFE3 | Neighbour, quieter | |
| Analogous right | #97A3EF | Neighbour, quieter | |
| Split-complement 1 | #EF97A3 | Contrast without the clash | |
| Split-complement 2 | #EFE397 | Contrast without the clash | |
| Triadic 1 | #EF97CF | Even thirds — balanced and loud | |
| Triadic 2 | #CFEF97 | Even thirds — balanced and loud | |
| Tetradic | #E397EF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#97cfef text on a black background
contrast 12.49:1
#97cfef text on a white background
contrast 1.68:1
CSS3 live lab
The quick brown fox
color: #97cfef;
background-color: #97cfef;
Glowing headline
text-shadow: 2px 2px 8px #97cfef;
Soft neon halo
text-shadow: 0 0 14px rgba(151, 207, 239, 0.45);
box-shadow: 0 12px 32px -8px rgba(151, 207, 239, 0.45);
border: 3px solid #97cfef; background: linear-gradient(135deg, #97cfef, #9A97EF);
Monochromatic scale
Palettes built from #97cfef
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: Baby Blue (#89cff0) — ΔE2000 2.3 away, with its history, psychology and brand usage.
#97cfef 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.
#97cfef, answered
What color is #97cfef?
#97cfef is a light vivid blue, closest to Light Sky Blue (ΔE2000 3.1). It sits at 202° on the hue wheel with 73% saturation and 77% lightness, which reads as cool.
What is the RGB value of #97cfef?
rgb(151, 207, 239) — 151 red, 207 green and 239 blue out of 255, or 59.2% / 81.2% / 93.7% by channel.
Is #97cfef a light or a dark color?
It is a light color. Relative luminance is 0.5744 and perceived brightness is 77%, so black text on it reaches 12.49:1.
Should I use black or white text on #97cfef?
Black. It scores 12.49:1 against #97cfef, versus 1.68:1 for white — AAA at any size.
What is the complementary color of #97cfef?
#EFB797 sits directly opposite on the wheel. Softer options are the split-complements #EF97A3 and #EFE397, which give the same contrast with far less vibration.
What colors go well with #97cfef?
For interface work: #F4F8FA as the surface, #C0DCED for borders, #4B7E9B for secondary text, #B42918 as an accent and #114D6E for hover and pressed states. For a palette, the analogous pair #97EFE3 and #97A3EF stays calm, while #EFB797 is the loudest partner.
What is #97cfef in CMYK for printing?
cmyk(37%, 13%, 0%, 6%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #97cfef warm or cool?
Cool — it scores 97 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #97EFEF; nudged cooler, #96C5F0.