Orchid
#FA52E0
PinkColor Codes
All color formats for development
HEX
#FA52E0RGB
rgb(250, 82, 224)HSL
hsl(309, 94%, 65%)OKLCH
oklch(0.715 0.25 334.7)CMYK
cmyk(0%, 67%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F932DB
2#F812D5
3#E107C0
4#C106A5
5#A10589
6#81046E
7#600352
8#400237
9#20011B
Tints
Lighter variations
1#FA63E4
2#FB74E7
3#FB86EA
4#FC97ED
5#FCA8F0
6#FDBAF3
7#FDCBF6
8#FEDCF9
9#FEEEFC
Tones
Muted variations
1#F15ADB
2#E963D5
3#E06BCF
4#D873C9
5#D07CC3
6#C784BD
7#BF8DB7
8#B795B1
9#AE9DAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DEB | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52E0 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0594 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C046A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0244 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FC;
--orchid-100: #FEDCF9;
--orchid-200: #FDBFF4;
--orchid-300: #FB8DEB;
--orchid-400: #FA52E0;
--orchid-500: #F820D8;
--orchid-600: #DA07BA;
--orchid-700: #AD0594;
--orchid-800: #7C046A;
--orchid-900: #4F0244;
--orchid-950: #31022A;
}