Orchid
#D955F7
PinkColor Codes
All color formats for development
HEX
#D955F7RGB
rgb(217, 85, 247)HSL
hsl(289, 91%, 65%)OKLCH
oklch(0.686 0.248 319.7)CMYK
cmyk(12%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D235F5
2#CB15F4
3#B70ADE
4#9D09BE
5#83079E
6#69067F
7#4E045F
8#34033F
9#1A0120
Tints
Lighter variations
1#DD66F8
2#E177F9
3#E588F9
4#E899FA
5#ECAAFB
6#F0BBFC
7#F4CCFD
8#F7DDFD
9#FBEEFE
Tones
Muted variations
1#D45DEF
2#CF65E7
3#CA6DDF
4#C575D6
5#BF7DCE
6#BA85C6
7#B58DBE
8#B096B6
9#AB9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C0 #F1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E68F #E68FFA | BordersInactive statesPlaceholder text |
| 400 | D955 #D955F7 | Disabled statesSecondary iconsMuted text |
| 500 | CE24 #CE24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B10A #B10AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D08 #8D08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6406 #64067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044E | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FE;
--orchid-100: #F7DDFD;
--orchid-200: #F1C0FC;
--orchid-300: #E68FFA;
--orchid-400: #D955F7;
--orchid-500: #CE24F5;
--orchid-600: #B10AD6;
--orchid-700: #8D08AA;
--orchid-800: #64067A;
--orchid-900: #40044E;
--orchid-950: #280231;
}