Orchid
#FA52E6
PinkColor Codes
All color formats for development
HEX
#FA52E6RGB
rgb(250, 82, 230)HSL
hsl(307, 94%, 65%)OKLCH
oklch(0.718 0.255 333.1)CMYK
cmyk(0%, 67%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F932E1
2#F812DD
3#E107C8
4#C106AB
5#A1058F
6#810472
7#600356
8#400239
9#20011D
Tints
Lighter variations
1#FA63E9
2#FB74EB
3#FB86EE
4#FC97F0
5#FCA8F3
6#FDBAF5
7#FDCBF8
8#FEDCFA
9#FEEEFD
Tones
Muted variations
1#F15AE0
2#E963D9
3#E06BD3
4#D873CC
5#D07CC6
6#C784BF
7#BF8DB9
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 #FEDCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DEF | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52E6 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820DF | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD059A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C046E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0246 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FFF0FD;
--orchid-100: #FEDCFA;
--orchid-200: #FDBFF6;
--orchid-300: #FB8DEF;
--orchid-400: #FA52E6;
--orchid-500: #F820DF;
--orchid-600: #DA07C1;
--orchid-700: #AD059A;
--orchid-800: #7C046E;
--orchid-900: #4F0246;
--orchid-950: #31022C;
}