Pink 1
pink-1 · #FFDEEB
HEX
#FFDEEB
RGB
rgb(255, 222, 235)
CMYK
cmyk(0%, 13%, 8%, 0%)
HSL
hsl(336, 100%, 94%)
LAB
lab(91.5, 13.5, -2.1)
What is Pink 1?
Pink 1 is the pink-1 reference in the Open Color. Its sRGB value is #FFDEEB (rgb 255, 222, 235). It sits in the pink family. Open Color, an open-source color palette by Heeyeun designed for UI work. 13 hues across 10 shades (0 to 9) tuned for screen legibility and accessibility. See disclaimer for accuracy and trademark notes.
Accessibility
WCAG 2.1 contrast checks for Pink 1 as a background.
Black text on this color
White text on this color
Shades, tints & tonal scale of Pink 1
An 11-step tonal scale derived from Pink 1 (#FFDEEB). Click any swatch to copy its HEX. Use these as a starting point for design tokens, hover states, and disabled states in a design system.
50
#FFFCFD
#FFFCFD
100
#FFFAFC
#FFFAFC
200
#FFF4F9
#FFF4F9
300
#FFEFF5
#FFEFF5
400
#FFE6F0
#FFE6F0
500
#FFDEEB
#FFDEEB
600
#D9BDC8
#D9BDC8
700
#A69099
#A69099
800
#73646A
#73646A
900
#40383B
#40383B
950
#1F1B1C
#1F1B1C
Lighter tints (mixed with white)
15%
#FFE3EE
30%
#FFE9F1
45%
#FFEEF4
60%
#FFF3F7
75%
#FFF7FA
Darker shades (mixed with black)
15%
#EDCFDB
30%
#DABDC9
45%
#C4AAB4
60%
#AA939C
75%
#89767E
Color harmonies for Pink 1
Classic color-theory harmonies derived from rotating the hue of Pink 1. Use these to build accent palettes, brand systems, and accessible UI color pairings.
Complementary
180° opposite — strongest contrast
#FFDEEB
#FFDEEB
#E0FFF3
#E0FFF3
Triadic
Three colors 120° apart
#FFDEEB
#FFDEEB
#EDFFE0
#EDFFE0
#E0EDFF
#E0EDFF
Analogous
Two neighbors ±30° on the wheel
#FFE0FC
#FFE0FC
#FFDEEB
#FFDEEB
#FFE3E0
#FFE3E0
Split-complementary
Base + two colors flanking its complement
#FFDEEB
#FFDEEB
#E0FFE3
#E0FFE3
#E0FCFF
#E0FCFF
Tetradic
Two complementary pairs
#FFDEEB
#FFDEEB
#FFF3E0
#FFF3E0
#E0FFF3
#E0FFF3
#E0EDFF
#E0EDFF
Square
Four colors evenly spaced 90° apart
#FFDEEB
#FFDEEB
#FCFFE0
#FCFFE0
#E0FFF3
#E0FFF3
#E3E0FF
#E3E0FF
Pink 1 in every color space
Full conversion of Pink 1 across the color spaces designers and developers actually use — including OKLCH (the perceptually-uniform space that powers Tailwind v4 and CSS Color Module Level 4) and HWB.
HEX
#FFDEEB
RGB
rgb(255, 222, 235)
CMYK
cmyk(0%, 13%, 8%, 0%)
HSL
hsl(336, 100%, 94%)
HSV
hsv(336, 13%, 100%)
HWB
hwb(336 87% 0%)
CIE Lab
lab(91.5 13.5 -2.1)
OKLCH
oklch(93.2% 0.040 352.2)
XYZ (D65)
xyz(82.36, 79.50, 89.59)
Copy-ready code for Pink 1
Drop-in snippets for CSS, Tailwind, Sass, iOS Swift, and Android XML. Click the copy button on any snippet to put it on your clipboard.
CSS
color: #FFDEEB;
background-color: #FFDEEB;CSS variable
:root {
--color-pink-1: #FFDEEB;
}Tailwind config
// tailwind.config.js
colors: {
'pink-1': '#FFDEEB',
}Sass
$color-pink-1: #FFDEEB;Swift UIColor
UIColor(red: 1.000, green: 0.871, blue: 0.922, alpha: 1.0)Android XML
<color name="pink-1">#FFDEEB</color>Closest match in every color system
The nearest Pink 1 equivalent in every other color system on this site, ranked by ΔE2000 perceptual distance. Useful when translating between design-system, web-standard, and industrial color references.
Closest in Open Color
Top 6 ΔE2000-closest entries within the same collection.
Closest Pantone matches
Top 6 ΔE2000-closest Pantone references. Cross-system matching is approximate — see disclaimer.
Closest RAL Classic matches
Top 6 ΔE2000-closest RAL Classic references for industrial coating cross-reference.
RAL 9003
#F4F4F4
Signal white
RAL 9016
#F6F6F6
Traffic white
RAL 7035
#D7D7D7
Light grey
RAL 9018
#D7D7D7
Papyrus white
RAL 9010
#FFFFFF
Pure white
RAL 9001
#FDF4E3
Cream
FAQ about Pink 1
What is the HEX code for Pink 1?
Pink 1 (pink-1) has the HEX code #FFDEEB. In RGB it is rgb(255, 222, 235), and in CMYK it is cmyk(0%, 13%, 8%, 0%).
What is the OKLCH value of Pink 1?
Pink 1 converts to oklch(0.932 0.040 352.2). OKLCH is the perceptually uniform color space used by Tailwind v4 and CSS Color Module Level 4.
Is Pink 1 accessible for body text?
Used as a background, Pink 1 has a contrast ratio of 16.90:1 with black text and 1.24:1 with white text. WCAG 2.1 AA requires 4.5:1 for normal text. The current recommendation is to use black text and verify in real UI context.
What is the closest Pantone to Pink 1?
The closest Pantone reference to Pink 1 by ΔE2000 perceptual distance is Pantone 196 C (#ECC7CD). Cross-system Pantone matching is approximate; for color-critical print work, verify with a physical Pantone guide.
What is the closest RAL color to Pink 1?
The closest RAL Classic reference to Pink 1 by ΔE2000 distance is RAL 9003 (Signal white, #F4F4F4). RAL is a German industrial coating standard commonly used for paint, powder coat, and architectural specification.
What is the complementary color of Pink 1?
The complementary color (180° opposite on the HSL color wheel) of Pink 1 is #E0FFF3. Use it for high-contrast accents, error states, or call-to-action pairings.
Data provenance & source
Open Color (Yeun)
Open Color, an open-source color palette by Heeyeun designed for UI designers and developers. 13 hues across 10 shades. Use as a designer-friendly palette alternative to Tailwind. Values are intentionally chosen for UI legibility and accessibility.
- Source type
- derived
- Confidence
- high
- License
- MIT
- Last reviewed
- 2026-05-24
Workflow tags
Open Color values are tuned for digital UI. For print, treat as a starting point and proof against the substrate.