Orchid
#F755D9
PinkColor Codes
All color formats for development
HEX
#F755D9RGB
rgb(247, 85, 217)HSL
hsl(311, 91%, 65%)OKLCH
oklch(0.71 0.24 336)CMYK
cmyk(0%, 66%, 12%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F535D2
2#F415CB
3#DE0AB7
4#BE099D
5#9E0783
6#7F0669
7#5F044E
8#3F0334
9#20011A
Tints
Lighter variations
1#F866DD
2#F977E1
3#F988E5
4#FA99E8
5#FBAAEC
6#FCBBF0
7#FDCCF4
8#FDDDF7
9#FEEEFB
Tones
Muted variations
1#EF5DD4
2#E765CF
3#DF6DCA
4#D675C5
5#CE7DBF
6#C685BA
7#BE8DB5
8#B696B0
9#AE9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FE6 | BordersInactive statesPlaceholder text |
| 400 | F755 #F755D9 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F524CE | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60AB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA088D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0664 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0440 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FC;
--orchid-100: #FDDDF7;
--orchid-200: #FCC0F1;
--orchid-300: #FA8FE6;
--orchid-400: #F755D9;
--orchid-500: #F524CE;
--orchid-600: #D60AB1;
--orchid-700: #AA088D;
--orchid-800: #7A0664;
--orchid-900: #4E0440;
--orchid-950: #310228;
}