Orchid
#D74FFC
PinkColor Codes
All color formats for development
HEX
#D74FFCRGB
rgb(215, 79, 252)HSL
hsl(287, 97%, 65%)OKLCH
oklch(0.68 0.259 318.2)CMYK
cmyk(15%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CF2FFC
2#C80EFB
3#B403E5
4#9A03C4
5#8002A3
6#670283
7#4D0162
8#330141
9#1A0021
Tints
Lighter variations
1#DB61FD
2#DF72FD
3#E384FD
4#E796FD
5#EBA7FE
6#EFB9FE
7#F3CAFE
8#F7DCFE
9#FBEDFF
Tones
Muted variations
1#D258F4
2#CD60EB
3#C869E2
4#C372DA
5#BE7AD1
6#B983C8
7#B48CC0
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 #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BE #F0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E58B #E58BFD | BordersInactive statesPlaceholder text |
| 400 | D74F #D74FFC | Disabled statesSecondary iconsMuted text |
| 500 | CB1D #CB1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | AE03 #AE03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A03 #8A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6302 #63027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F01 #3F0150 | 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: #F7DCFE;
--orchid-200: #F0BEFE;
--orchid-300: #E58BFD;
--orchid-400: #D74FFC;
--orchid-500: #CB1DFC;
--orchid-600: #AE03DD;
--orchid-700: #8A03B0;
--orchid-800: #63027E;
--orchid-900: #3F0150;
--orchid-950: #280132;
}