Orchid
#F755E9
PinkColor Codes
All color formats for development
HEX
#F755E9RGB
rgb(247, 85, 233)HSL
hsl(305, 91%, 65%)OKLCH
oklch(0.718 0.252 331.5)CMYK
cmyk(0%, 66%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F535E5
2#F415E1
3#DE0ACC
4#BE09AF
5#9E0792
6#7F0675
7#5F0457
8#3F033A
9#20011D
Tints
Lighter variations
1#F866EC
2#F977EE
3#F988F0
4#FA99F2
5#FBAAF4
6#FCBBF6
7#FDCCF9
8#FDDDFB
9#FEEEFD
Tones
Muted variations
1#EF5DE3
2#E765DC
3#DF6DD5
4#D675CE
5#CE7DC8
6#C685C1
7#BE8DBA
8#B696B3
9#AE9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FF1 | BordersInactive statesPlaceholder text |
| 400 | F755 #F755E9 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F524E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60AC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA089D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0448 | 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: #FEF0FD;
--orchid-100: #FDDDFB;
--orchid-200: #FCC0F7;
--orchid-300: #FA8FF1;
--orchid-400: #F755E9;
--orchid-500: #F524E3;
--orchid-600: #D60AC5;
--orchid-700: #AA089D;
--orchid-800: #7A0670;
--orchid-900: #4E0448;
--orchid-950: #31022D;
}