Orchid
#FA52DE
PinkColor Codes
All color formats for development
HEX
#FA52DERGB
rgb(250, 82, 222)HSL
hsl(310, 94%, 65%)OKLCH
oklch(0.714 0.249 335.3)CMYK
cmyk(0%, 67%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F932D7
2#F812D1
3#E107BD
4#C106A2
5#A10587
6#81046C
7#600351
8#400236
9#20011B
Tints
Lighter variations
1#FA63E1
2#FB74E4
3#FB86E8
4#FC97EB
5#FCA8EE
6#FDBAF2
7#FDCBF5
8#FEDCF8
9#FEEEFC
Tones
Muted variations
1#F15AD8
2#E963D2
3#E06BCD
4#D873C7
5#D07CC2
6#C784BC
7#BF8DB7
8#B795B1
9#AE9DAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DE9 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52DE | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0242 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FC;
--orchid-100: #FEDCF8;
--orchid-200: #FDBFF3;
--orchid-300: #FB8DE9;
--orchid-400: #FA52DE;
--orchid-500: #F820D4;
--orchid-600: #DA07B7;
--orchid-700: #AD0591;
--orchid-800: #7C0468;
--orchid-900: #4F0242;
--orchid-950: #310229;
}