Orchid
#F755EC
PinkColor Codes
All color formats for development
HEX
#F755ECRGB
rgb(247, 85, 236)HSL
hsl(304, 91%, 65%)OKLCH
oklch(0.719 0.254 330.7)CMYK
cmyk(0%, 66%, 4%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F535E9
2#F415E5
3#DE0AD0
4#BE09B2
5#9E0794
6#7F0677
7#5F0459
8#3F033B
9#20011E
Tints
Lighter variations
1#F866EE
2#F977F0
3#F988F2
4#FA99F4
5#FBAAF6
6#FCBBF7
7#FDCCF9
8#FDDDFB
9#FEEEFD
Tones
Muted variations
1#EF5DE5
2#E765DE
3#DF6DD7
4#D675D0
5#CE7DC9
6#C685C2
7#BE8DBB
8#B696B4
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 #FCC0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FF3 | BordersInactive statesPlaceholder text |
| 400 | F755 #F755EC | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F524E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60AC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA08A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0449 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FD;
--orchid-100: #FDDDFB;
--orchid-200: #FCC0F8;
--orchid-300: #FA8FF3;
--orchid-400: #F755EC;
--orchid-500: #F524E7;
--orchid-600: #D60AC9;
--orchid-700: #AA08A0;
--orchid-800: #7A0672;
--orchid-900: #4E0449;
--orchid-950: #31022E;
}