Orchid
#F755DC
PinkColor Codes
All color formats for development
HEX
#F755DCRGB
rgb(247, 85, 220)HSL
hsl(310, 91%, 65%)OKLCH
oklch(0.712 0.242 335.2)CMYK
cmyk(0%, 66%, 11%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F535D5
2#F415CF
3#DE0ABA
4#BE09A0
5#9E0785
6#7F066B
7#5F0450
8#3F0335
9#20011B
Tints
Lighter variations
1#F866DF
2#F977E3
3#F988E6
4#FA99EA
5#FBAAED
6#FCBBF1
7#FDCCF4
8#FDDDF8
9#FEEEFB
Tones
Muted variations
1#EF5DD6
2#E765D1
3#DF6DCC
4#D675C6
5#CE7DC1
6#C685BB
7#BE8DB6
8#B696B1
9#AE9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FE8 | BordersInactive statesPlaceholder text |
| 400 | F755 #F755DC | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F524D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60AB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA088F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0442 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FC;
--orchid-100: #FDDDF8;
--orchid-200: #FCC0F2;
--orchid-300: #FA8FE8;
--orchid-400: #F755DC;
--orchid-500: #F524D2;
--orchid-600: #D60AB4;
--orchid-700: #AA088F;
--orchid-800: #7A0666;
--orchid-900: #4E0442;
--orchid-950: #310229;
}