Orchid
#D95FEC
PinkColor Codes
All color formats for development
HEX
#D95FECRGB
rgb(217, 95, 236)HSL
hsl(292, 79%, 65%)OKLCH
oklch(0.69 0.226 322.1)CMYK
cmyk(8%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D242E9
2#CC24E5
3#B718D0
4#9D15B2
5#831194
6#690E77
7#4F0A59
8#34073B
9#1A031E
Tints
Lighter variations
1#DD6FEE
2#E17FF0
3#E58FF2
4#E89FF4
5#ECAFF6
6#F0BFF8
7#F4CFF9
8#F7DFFB
9#FBEFFD
Tones
Muted variations
1#D466E5
2#CF6DDE
3#CA74D7
4#C57BD0
5#C082C9
6#BA8AC2
7#B591BB
8#B098B4
9#AB9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C4 #F1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E696 #E696F3 | BordersInactive statesPlaceholder text |
| 400 | D95F #D95FEC | Disabled statesSecondary iconsMuted text |
| 500 | CF32 #CF32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B118 #B118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D13 #8D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650D #650D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4009 #400949 | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F7DFFB;
--orchid-200: #F1C4F8;
--orchid-300: #E696F3;
--orchid-400: #D95FEC;
--orchid-500: #CF32E7;
--orchid-600: #B118C9;
--orchid-700: #8D13A0;
--orchid-800: #650D72;
--orchid-900: #400949;
--orchid-950: #28052E;
}