Orchid
#D955F6
PinkColor Codes
All color formats for development
HEX
#D955F6RGB
rgb(217, 85, 246)HSL
hsl(289, 90%, 65%)OKLCH
oklch(0.685 0.248 319.9)CMYK
cmyk(12%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D136F4
2#CA16F3
3#B60CDC
4#9C0ABD
5#82089D
6#68077E
7#4E055E
8#34033F
9#1A021F
Tints
Lighter variations
1#DC66F7
2#E077F8
3#E488F9
4#E899FA
5#ECAAFB
6#F0BBFB
7#F3CCFC
8#F7DDFD
9#FBEEFE
Tones
Muted variations
1#D45DEE
2#CE65E6
3#C96EDE
4#C476D6
5#BF7ECE
6#BA86C6
7#B58EBE
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 | E690 #E690F9 | BordersInactive statesPlaceholder text |
| 400 | D955 #D955F6 | Disabled statesSecondary iconsMuted text |
| 500 | CE25 #CE25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B00B #B00BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C09 #8C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6406 #640679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044E | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | 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: #E690F9;
--orchid-400: #D955F6;
--orchid-500: #CE25F4;
--orchid-600: #B00BD5;
--orchid-700: #8C09AA;
--orchid-800: #640679;
--orchid-900: #40044E;
--orchid-950: #280330;
}