Orchid
#F755E1
PinkColor Codes
All color formats for development
HEX
#F755E1RGB
rgb(247, 85, 225)HSL
hsl(308, 91%, 65%)OKLCH
oklch(0.714 0.246 333.7)CMYK
cmyk(0%, 66%, 9%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F535DC
2#F415D6
3#DE0AC1
4#BE09A6
5#9E078A
6#7F066F
7#5F0453
8#3F0337
9#20011C
Tints
Lighter variations
1#F866E4
2#F977E7
3#F988EA
4#FA99ED
5#FBAAF0
6#FCBBF3
7#FDCCF6
8#FDDDF9
9#FEEEFC
Tones
Muted variations
1#EF5DDB
2#E765D5
3#DF6DCF
4#D675C9
5#CE7DC4
6#C685BE
7#BE8DB8
8#B696B2
9#AE9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FEB | BordersInactive statesPlaceholder text |
| 400 | F755 #F755E1 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F524D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60ABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0895 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A066A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0444 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FC;
--orchid-100: #FDDDF9;
--orchid-200: #FCC0F4;
--orchid-300: #FA8FEB;
--orchid-400: #F755E1;
--orchid-500: #F524D9;
--orchid-600: #D60ABB;
--orchid-700: #AA0895;
--orchid-800: #7A066A;
--orchid-900: #4E0444;
--orchid-950: #31022B;
}