Orchid
#FA52EC
PinkColor Codes
All color formats for development
HEX
#FA52ECRGB
rgb(250, 82, 236)HSL
hsl(305, 94%, 65%)OKLCH
oklch(0.721 0.259 331.5)CMYK
cmyk(0%, 67%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F932E8
2#F812E4
3#E107CF
4#C106B1
5#A10594
6#810476
7#600359
8#40023B
9#20011E
Tints
Lighter variations
1#FA63EE
2#FB74F0
3#FB86F1
4#FC97F3
5#FCA8F5
6#FDBAF7
7#FDCBF9
8#FEDCFB
9#FEEEFD
Tones
Muted variations
1#F15AE5
2#E963DE
3#E06BD7
4#D873D0
5#D07CC9
6#C784C2
7#BF8DBB
8#B795B4
9#AE9DAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DF2 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52EC | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD059F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0249 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FD;
--orchid-100: #FEDCFB;
--orchid-200: #FDBFF8;
--orchid-300: #FB8DF2;
--orchid-400: #FA52EC;
--orchid-500: #F820E6;
--orchid-600: #DA07C8;
--orchid-700: #AD059F;
--orchid-800: #7C0472;
--orchid-900: #4F0249;
--orchid-950: #31022D;
}