Orchid
#F755E7
PinkColor Codes
All color formats for development
HEX
#F755E7RGB
rgb(247, 85, 231)HSL
hsl(306, 91%, 65%)OKLCH
oklch(0.717 0.25 332.1)CMYK
cmyk(0%, 66%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F535E2
2#F415DE
3#DE0AC8
4#BE09AC
5#9E078F
6#7F0673
7#5F0456
8#3F0339
9#20011D
Tints
Lighter variations
1#F866E9
2#F977EC
3#F988EE
4#FA99F0
5#FBAAF3
6#FCBBF5
7#FDCCF8
8#FDDDFA
9#FEEEFD
Tones
Muted variations
1#EF5DE0
2#E765DA
3#DF6DD3
4#D675CD
5#CE7DC6
6#C685C0
7#BE8DB9
8#B696B3
9#AE9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FEF | BordersInactive statesPlaceholder text |
| 400 | F755 #F755E7 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F524E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60AC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA089A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A066E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0447 | 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: #FEF0FD;
--orchid-100: #FDDDFA;
--orchid-200: #FCC0F6;
--orchid-300: #FA8FEF;
--orchid-400: #F755E7;
--orchid-500: #F524E0;
--orchid-600: #D60AC2;
--orchid-700: #AA089A;
--orchid-800: #7A066E;
--orchid-900: #4E0447;
--orchid-950: #31022C;
}