Orchid
#FA52DB
PinkColor Codes
All color formats for development
HEX
#FA52DBRGB
rgb(250, 82, 219)HSL
hsl(311, 94%, 65%)OKLCH
oklch(0.713 0.247 336.1)CMYK
cmyk(0%, 67%, 12%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F932D4
2#F812CD
3#E107B9
4#C1069F
5#A10584
6#81046A
7#60034F
8#400235
9#20011A
Tints
Lighter variations
1#FA63DE
2#FB74E2
3#FB86E6
4#FC97E9
5#FCA8ED
6#FDBAF1
7#FDCBF4
8#FEDCF8
9#FEEEFB
Tones
Muted variations
1#F15AD6
2#E963D0
3#E06BCB
4#D873C6
5#D07CC0
6#C784BB
7#BF8DB6
8#B795B0
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 #FDBFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DE7 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52DB | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD058E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0241 | 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: #FDBFF2;
--orchid-300: #FB8DE7;
--orchid-400: #FA52DB;
--orchid-500: #F820D1;
--orchid-600: #DA07B3;
--orchid-700: #AD058E;
--orchid-800: #7C0466;
--orchid-900: #4F0241;
--orchid-950: #310229;
}