Orchid
#FA52E9
PinkColor Codes
All color formats for development
HEX
#FA52E9RGB
rgb(250, 82, 233)HSL
hsl(306, 94%, 65%)OKLCH
oklch(0.719 0.257 332.3)CMYK
cmyk(0%, 67%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F932E5
2#F812E1
3#E107CB
4#C106AE
5#A10591
6#810474
7#600357
8#40023A
9#20011D
Tints
Lighter variations
1#FA63EB
2#FB74ED
3#FB86F0
4#FC97F2
5#FCA8F4
6#FDBAF6
7#FDCBF8
8#FEDCFB
9#FEEEFD
Tones
Muted variations
1#F15AE2
2#E963DB
3#E06BD5
4#D873CE
5#D07CC7
6#C784C1
7#BF8DBA
8#B795B3
9#AE9DAC
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 #FDBFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DF0 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52E9 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD059C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0470 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0247 | 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: #FDBFF7;
--orchid-300: #FB8DF0;
--orchid-400: #FA52E9;
--orchid-500: #F820E3;
--orchid-600: #DA07C5;
--orchid-700: #AD059C;
--orchid-800: #7C0470;
--orchid-900: #4F0247;
--orchid-950: #31022D;
}