Orchid
#FD4EEC
PinkColor Codes
All color formats for development
HEX
#FD4EECRGB
rgb(253, 78, 236)HSL
hsl(306, 98%, 65%)OKLCH
oklch(0.722 0.265 332.2)CMYK
cmyk(0%, 69%, 7%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2DE8
2#FD0DE5
3#E602CF
4#C502B1
5#A40294
6#830176
7#620159
8#42013B
9#21001E
Tints
Lighter variations
1#FD60EE
2#FE72F0
3#FE83F2
4#FE95F3
5#FEA7F5
6#FEB8F7
7#FECAF9
8#FFDCFB
9#FFEDFD
Tones
Muted variations
1#F457E5
2#EC60DE
3#E369D7
4#DA71D0
5#D17AC9
6#C983C2
7#C08CBB
8#B794B4
9#AE9DAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BF2 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EEC | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1029F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510149 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FD;
--orchid-100: #FFDCFB;
--orchid-200: #FEBDF8;
--orchid-300: #FE8BF2;
--orchid-400: #FD4EEC;
--orchid-500: #FD1CE6;
--orchid-600: #DE02C8;
--orchid-700: #B1029F;
--orchid-800: #7E0172;
--orchid-900: #510149;
--orchid-950: #32012D;
}