Pink
#FFBDEB
PinkColor Codes
All color formats for development
HEX
#FFBDEBRGB
rgb(255, 189, 235)HSL
hsl(318, 100%, 87%)OKLCH
oklch(0.872 0.096 337.9)CMYK
cmyk(0%, 26%, 8%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF90DE
2#FF64D0
3#FF38C3
4#FF0BB6
5#DE009B
6#B1007C
7#85005D
8#59003E
9#2C001F
Tints
Lighter variations
1#FFC3ED
2#FFCAEF
3#FFD1F1
4#FFD7F3
5#FFDEF5
6#FFE4F7
7#FFEBF9
8#FFF2FB
9#FFF8FD
Tones
Muted variations
1#FCC0EA
2#F8C3E8
3#F5C7E7
4#F2CAE6
5#EECDE4
6#EBD1E3
7#E8D4E2
8#E4D7E1
9#E1DBDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8ADC | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DC9 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1ABA | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0009D | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3007D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520039 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--pink-50: #FFF0FA;
--pink-100: #FFDBF4;
--pink-200: #FFBDEB;
--pink-300: #FF8ADC;
--pink-400: #FF4DC9;
--pink-500: #FF1ABA;
--pink-600: #E0009D;
--pink-700: #B3007D;
--pink-800: #800059;
--pink-900: #520039;
--pink-950: #330024;
}