Alice Blue Color Code
Alice Blue·#F0F8FF
Alice Blue is the CSS named color `#F0F8FF`. If you searched `alice blue hex code`, `#F0F8FF`, or `AliceBlue`, this is the exact named-color reference. It reads almost white with a cool blue lift, so it works best for documentation surfaces, onboarding panels, and quiet interface backgrounds.
Tonal Scale
Contrast Checks
White text on this color
Buttons, badges, and filled actions.
Dark text on this color
Large headings and selective UI.
This color on light surface
Links, borders, and icons on light UI.
Professional Reference
- Alice Blue is the exact CSS named color for `#F0F8FF`.
- It is cooler and slightly bluer than plain white, but still much lighter than most light-blue UI colors.
- People often compare it with Light Cyan or other near-white blues when they are searching by HEX first.
Accessibility Matrix
White text on this color
White text placed on the current color.
Dark text on this color
Dark text or headings on the current color.
This color on light surface
Use this color for links, strokes, or icons on light UI.
This color on dark surface
Use this color inside dark shells for strokes, tags, or icons.
Where It Works
- Use it for documentation surfaces, onboarding backgrounds, and other near-white layout zones.
- Treat it as a named CSS background color first, not as a strong accent or action color.
- Pair it with slate text, Light Steel Blue, and deeper anchors when you need more hierarchy.
Reference Notes
Alice Blue is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product and interface reference work.
Trust-building blues for enterprise and SaaS.
Related Colors
Palette Starting Points
Implementation Snippets
:root {
--color-alice-blue: #F0F8FF;
--color-alice-blue-rgb: 240 248 255;
}class="bg-[#F0F8FF] text-white"
class="hover:bg-[#ADB3B8] ring-1 ring-[#F0F8FF]"{
"aliceBlue": "#F0F8FF",
"aliceBlueRgb": [240, 248, 255],
"aliceBlueHsl": [208, 100, 97]
}