Orchid
#D74EFD
PinkColor Codes
All color formats for development
HEX
#D74EFDRGB
rgb(215, 78, 253)HSL
hsl(287, 98%, 65%)OKLCH
oklch(0.68 0.261 318)CMYK
cmyk(15%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D02DFD
2#C90DFD
3#B402E6
4#9B02C5
5#8102A4
6#670183
7#4D0162
8#340142
9#1A0021
Tints
Lighter variations
1#DB60FD
2#DF72FE
3#E383FE
4#E795FE
5#EBA7FE
6#EFB8FE
7#F3CAFE
8#F7DCFF
9#FBEDFF
Tones
Muted variations
1#D257F4
2#CD60EC
3#C869E3
4#C371DA
5#BF7AD1
6#BA83C9
7#B58CC0
8#B094B7
9#AB9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BD #F0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E58B #E58BFE | BordersInactive statesPlaceholder text |
| 400 | D74E #D74EFD | Disabled statesSecondary iconsMuted text |
| 500 | CC1C #CC1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | AF02 #AF02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B02 #8B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6301 #63017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F01 #3F0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FF;
--orchid-100: #F7DCFF;
--orchid-200: #F0BDFE;
--orchid-300: #E58BFE;
--orchid-400: #D74EFD;
--orchid-500: #CC1CFD;
--orchid-600: #AF02DE;
--orchid-700: #8B02B1;
--orchid-800: #63017E;
--orchid-900: #3F0151;
--orchid-950: #280132;
}