#63bcfd
a light, electric blue · cool · closest name: Deep Sky Blue
At a glance
Every number on this page in one read: what #63bcfd 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 | #63bcfd |
| RGB | rgb(99, 188, 253) |
| HSL | hsl(205, 98%, 69%) |
| CMYK | cmyk(61%, 26%, 0%, 1%) |
| LAB | lab(73.3 -7.8 -40.1) |
| LCH | lch(73.3 40.8 259.0) |
| OKLCH | oklch(0.766 0.127 242.6) |
| Decimal | 6536445 |
| Display P3 | color(display-p3 0.388 0.737 0.992) |
Copy-ready code
/* CSS */
color: #63bcfd;
background-color: #63bcfd;
/* Tailwind (arbitrary) */
class="text-[#63bcfd] bg-[#63bcfd]"
/* SCSS */
$brand: #63bcfd;
/* SwiftUI */
Color(red: 0.388, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#63bcfd")
/* Flutter */
Color(0xFF63BCFD)
/* Python / OpenCV (BGR) */
(253, 188, 99)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. #63bcfd 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: #F1F8FD;
--brand-100: #E4F2FC;
--brand-200: #C1E2FB;
--brand-300: #90CFFE;
--brand-400: #63bcfd;
--brand-500: #21A0FC;
--brand-600: #038DF2;
--brand-700: #0376C9;
--brand-800: #025EA1;
--brand-900: #064674;
--brand-950: #042C49;
--brand: #63bcfd;
--brand-ink: #000000;
}Colors that work with #63bcfd
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 #63bcfd
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 | #FDA463 | Directly opposite — maximum tension | |
| Analogous left | #63FDF1 | Neighbour, quieter | |
| Analogous right | #636FFD | Neighbour, quieter | |
| Split-complement 1 | #FD636F | Contrast without the clash | |
| Split-complement 2 | #FDF163 | Contrast without the clash | |
| Triadic 1 | #FD63BC | Even thirds — balanced and loud | |
| Triadic 2 | #BCFD63 | Even thirds — balanced and loud | |
| Tetradic | #F163FD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#63bcfd text on a black background
contrast 10.14:1
#63bcfd text on a white background
contrast 2.07:1
CSS3 live lab
The quick brown fox
color: #63bcfd;
background-color: #63bcfd;
Glowing headline
text-shadow: 2px 2px 8px #63bcfd;
Soft neon halo
text-shadow: 0 0 14px rgba(99, 188, 253, 0.45);
box-shadow: 0 12px 32px -8px rgba(99, 188, 253, 0.45);
border: 3px solid #63bcfd; background: linear-gradient(135deg, #63bcfd, #7063FD);
Monochromatic scale
Palettes built from #63bcfd
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 8.5 away, with its history, psychology and brand usage.
#63bcfd in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#63bcfd, answered
What color is #63bcfd?
#63bcfd is a light electric blue, closest to Deep Sky Blue (ΔE2000 5.8). It sits at 205° on the hue wheel with 98% saturation and 69% lightness, which reads as cool.
What is the RGB value of #63bcfd?
rgb(99, 188, 253) — 99 red, 188 green and 253 blue out of 255, or 38.8% / 73.7% / 99.2% by channel.
Is #63bcfd a light or a dark color?
It is a mid-tone. Relative luminance is 0.4571 and perceived brightness is 69%, so black text on it reaches 10.14:1.
Should I use black or white text on #63bcfd?
Black. It scores 10.14:1 against #63bcfd, versus 2.07:1 for white — AAA at any size.
What is the complementary color of #63bcfd?
#FDA463 sits directly opposite on the wheel. Softer options are the split-complements #FD636F and #FDF163, which give the same contrast with far less vibration.
What colors go well with #63bcfd?
For interface work: #F4F8FA as the surface, #C0DAED for borders, #4B799B for secondary text, #CC2300 as an accent and #02497E for hover and pressed states. For a palette, the analogous pair #63FDF1 and #636FFD stays calm, while #FDA463 is the loudest partner.
What is #63bcfd in CMYK for printing?
cmyk(61%, 26%, 0%, 1%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #63bcfd 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 #63F5FD; nudged cooler, #48A7FF.