Orchid
#FF4DEA
PinkColor Codes
All color formats for development
HEX
#FF4DEARGB
rgb(255, 77, 234)HSL
hsl(307, 100%, 65%)OKLCH
oklch(0.723 0.266 333.2)CMYK
cmyk(0%, 70%, 8%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2BE6
2#FF0AE2
3#E800CD
4#C700B0
5#A60092
6#850075
7#630058
8#42003B
9#21001D
Tints
Lighter variations
1#FF5EEC
2#FF70EE
3#FF82F0
4#FF94F3
5#FFA6F5
6#FFB8F7
7#FFC9F9
8#FFDBFB
9#FFEDFD
Tones
Muted variations
1#F655E3
2#ED5EDC
3#E467D6
4#DB70CF
5#D279C8
6#C982C1
7#C18BBA
8#B894B3
9#AF9DAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AF1 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DEA | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3009E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520048 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33002D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FD;
--orchid-100: #FFDBFB;
--orchid-200: #FFBDF7;
--orchid-300: #FF8AF1;
--orchid-400: #FF4DEA;
--orchid-500: #FF1AE4;
--orchid-600: #E000C6;
--orchid-700: #B3009E;
--orchid-800: #800071;
--orchid-900: #520048;
--orchid-950: #33002D;
}