CSS Named Color Reference

Alice Blue Color Code

Alice Blue·#F0F8FF

Blue FamilyCoolLight toneHigh saturationoklch(97.5% 0.013 244)
HEX
#F0F8FFPrimary token
RGB
rgb(240, 248, 255)Screen values
HSL
hsl(208 100% 97%)Hue and lightness
CMYK
6, 3, 0, 0Print handoff
LAB
97, -1, -4Perceptual reference
OKLCH
oklch(97.5% 0.013 244)Modern perceptual

Alice Blue is an extremely light CSS named blue at #F0F8FF that reads almost white with a cool lift. Use it when you need a clean background tone for dashboards, documentation, onboarding, and gentle section separation without obvious color pressure.

Best text colorDark text
Body text contrast15.99:1
Best UseNear-white backgrounds, docs surfaces, and quiet layout separation

Tonal Scale

100#FCFEFF
300#F8FCFF
500#F3F9FF
600#F0F8FF
800#ADB3B8

Contrast Checks

White text on this color

Buttons, badges, and filled actions.

1.07:1Needs more separation

Dark text on this color

Large headings and selective UI.

15.99:1AAA-level contrast

This color on light surface

Links, borders, and icons on light UI.

1.02:1Needs more separation
Best text colorDark textContrast 15.99:1

Professional Reference

OKLCHoklch(97.5% 0.013 244)
Relative Luminance0.9288
Source TypeCSS Named Color
Classification
Blue FamilyCoolLight toneHigh saturation
Source Context
Source Type
CSS Named Color
System
CSS
Closest Matches
Tailwind Sky 50Tailwind Blue 50Ant Design Geekblue 1

Accessibility Matrix

White text on this color

White text placed on the current color.

1.07:1Needs more separation

Dark text on this color

Dark text or headings on the current color.

15.99:1AAA

This color on light surface

Use this color for links, strokes, or icons on light UI.

1.02:1Needs more separation

This color on dark surface

Use this color inside dark shells for strokes, tags, or icons.

15.99:1AAA
Best text colorDark textContrast 15.99:1 · AAA

Where It Works

  • Backgrounds, documentation surfaces, and quiet onboarding screens.
  • Near-white blue for low-pressure separation.
  • Pairs with slate text, light steel blue, and deeper anchors.

Reference Notes

Last Updated
2026-06-09
Source Library
CSS Standard Colors
Methodology
Verified source values + site guidance
Color Notes

Alice Blue is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product, interface, and branding work.

Hue Family

Trust-building blues for enterprise and SaaS.

Source Collections
CSS Named Colors

Related Colors

Palette Starting Points

Implementation Snippets

CSS Variables
:root {
  --color-alice-blue: #F0F8FF;
  --color-alice-blue-rgb: 240 248 255;
}
Utility Class
class="bg-[#F0F8FF] text-white"
class="hover:bg-[#ADB3B8] ring-1 ring-[#F0F8FF]"
JSON Token
{
  "aliceBlue": "#F0F8FF",
  "aliceBlueRgb": [240, 248, 255],
  "aliceBlueHsl": [208, 100, 97]
}