Orchid
#D75FEC
PinkColor Codes
All color formats for development
HEX
#D75FECRGB
rgb(215, 95, 236)HSL
hsl(291, 79%, 65%)OKLCH
oklch(0.688 0.225 321.4)CMYK
cmyk(9%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D042E9
2#C824E5
3#B418D0
4#9A15B2
5#811194
6#670E77
7#4D0A59
8#33073B
9#1A031E
Tints
Lighter variations
1#DB6FEE
2#DF7FF0
3#E38FF2
4#E79FF4
5#EBAFF6
6#EFBFF8
7#F3CFF9
8#F7DFFB
9#FBEFFD
Tones
Muted variations
1#D266E5
2#CD6DDE
3#C874D7
4#C37BD0
5#BE82C9
6#B98AC2
7#B591BB
8#B098B4
9#AB9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C4 #F0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E596 #E596F3 | BordersInactive statesPlaceholder text |
| 400 | D75F #D75FEC | Disabled statesSecondary iconsMuted text |
| 500 | CC32 #CC32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AE18 #AE18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B13 #8B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630D #630D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F09 #3F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F7DFFB;
--orchid-200: #F0C4F8;
--orchid-300: #E596F3;
--orchid-400: #D75FEC;
--orchid-500: #CC32E7;
--orchid-600: #AE18C9;
--orchid-700: #8B13A0;
--orchid-800: #630D72;
--orchid-900: #3F0949;
--orchid-950: #28052E;
}