CSS named colour

Sea Shell

#fff5ee

A CSS named colour: seashell is valid anywhere a colour is expected.

RGB
rgb(255 245 238)
HSL
25°, 100%, 97%
OKLCh
97.6% 0.014 57.6

Open in the picker

Sea Shell in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#fff5ee
RGBrgb(255 245 238)
RGB legacyrgb(255, 245, 238)
RGB percentrgb(100% 96.08% 93.33%)
HSLhsl(24.7 100% 96.7%)
HSL legacyhsl(24.7, 100%, 96.7%)
HSV / HSBhsv(24.7, 6.7%, 100%)
HWBhwb(24.7 93.3% 0%)
Nearest nameseashell
CMYKcmyk(0%, 3.9%, 6.7%, 0%)Naive conversion. Real print work needs an ICC profile.

Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.

OKLChoklch(97.602% 0.01425 57.592)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(97.602% 0.00764 0.01203)
CIE LChlch(97.183% 5.309 60.821)
CIE Lablab(97.183% 2.588 4.635)
Display P3color(display-p3 0.9932 0.9621 0.9365)
Rec. 2020color(rec2020 0.9826 0.9587 0.9292)
srgb-linearcolor(srgb-linear 1 0.9131 0.855)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.8932 0.9274 0.9409)

ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.

GLSL vec3 — sRGBvec3(1.0, 0.961, 0.933)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(1.0, 0.913, 0.855)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(1.0, 0.961, 0.933, 1.0)
GLSL vec4 — linearvec4(1.0, 0.913, 0.855, 1.0)
GLSL ivec3ivec3(255, 245, 238)
HLSL float3 — sRGBfloat3(1.0, 0.961, 0.933)
HLSL float3 — linearfloat3(1.0, 0.913, 0.855)
HLSL float4 — sRGBfloat4(1.0, 0.961, 0.933, 1.0)
HLSL half4 — sRGBhalf4(1.0, 0.961, 0.933, 1.0)
WGSL vec3f — sRGBvec3f(1.0, 0.961, 0.933)
WGSL vec4f — sRGBvec4f(1.0, 0.961, 0.933, 1.0)
WGSL vec3<f32> — linearvec3<f32>(1.0, 0.913, 0.855)

Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.

Unity Colornew Color(1.0f, 0.961f, 0.933f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(255, 245, 238, 255)
Unreal FLinearColorFLinearColor(1.0f, 0.9131f, 0.855f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(255, 245, 238, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(1, 0.961, 0.933, 1)
Flutter ColorColor(0xFFFFF5EE)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(255, 245, 238)
SwiftUI ColorColor(red: 1, green: 0.961, blue: 0.933)
UIKit UIColorUIColor(red: 1, green: 0.961, blue: 0.933, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xFFF5EE
0x hex (ARGB)0xFFFFF5EE
Array 0–1[1, 0.961, 0.933]
Array 0–255[255, 245, 238]
Decimal integer16774638

Contrast and accessibility

WCAG 2 ratios are what audits and legislation reference. APCA is shown alongside because WCAG 2 is known to misjudge mid-tone backgrounds, and it is the basis of the WCAG 3 draft.

PairingWCAG 2 ratioLevelAPCASuitable for
Sea Shell on white1.07:1FailLc 0Not usable for text
Sea Shell on black19.55:1AAALc 102Body text at any size

Sea Shell text on a white background

Sea Shell text on a black background

White text on Sea Shell

Black text on Sea Shell

Tonal scale

Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.

  • 50#fdf6f1
  • 100#f4ece6
  • 200#e3dbd5
  • 300#ccc4be
  • 400#b0a7a1
  • 500#928983
  • 600#78706a
  • 700#615954
  • 800#4d4641
  • 900#3d3732
  • 950#231e1b

Tints and shades

Mixed perceptually toward white and black, so the steps feel evenly spaced.

  • Tint 1#fff7f1
  • Tint 2#fff8f4
  • Tint 3#fffaf6
  • Tint 4#fffcf9
  • Tint 5#fffdfc
  • Shade 1#c8c0bb
  • Shade 2#948e8a
  • Shade 3#635f5c
  • Shade 4#363432
  • Shade 5#0f0e0d

Colours that work with Sea Shell

Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.

  • #eff9ff
  • #eefaf7
  • #f8f5ff
  • #fff4f2
  • #fbf7ed

Closest CSS names

  • seashellexact match
  • oldlaceΔEok 0.011
  • floralwhiteΔEok 0.012
  • whitesmokeΔEok 0.015
  • linenΔEok 0.016
  • snowΔEok 0.017