Orchid
#FA52E3
PinkColor Codes
All color formats for development
HEX
#FA52E3RGB
rgb(250, 82, 227)HSL
hsl(308, 94%, 65%)OKLCH
oklch(0.716 0.252 333.9)CMYK
cmyk(0%, 67%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F932DE
2#F812D9
3#E107C4
4#C106A8
5#A1058C
6#810470
7#600354
8#400238
9#20011C
Tints
Lighter variations
1#FA63E6
2#FB74E9
3#FB86EC
4#FC97EE
5#FCA8F1
6#FDBAF4
7#FDCBF7
8#FEDCF9
9#FEEEFC
Tones
Muted variations
1#F15ADD
2#E963D7
3#E06BD1
4#D873CB
5#D07CC5
6#C784BE
7#BF8DB8
8#B795B2
9#AE9DAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DED | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52E3 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820DB | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C046C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0245 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FD;
--orchid-100: #FEDCF9;
--orchid-200: #FDBFF5;
--orchid-300: #FB8DED;
--orchid-400: #FA52E3;
--orchid-500: #F820DB;
--orchid-600: #DA07BE;
--orchid-700: #AD0597;
--orchid-800: #7C046C;
--orchid-900: #4F0245;
--orchid-950: #31022B;
}