Orchid
#D65DEE
PinkColor Codes
All color formats for development
HEX
#D65DEERGB
rgb(214, 93, 238)HSL
hsl(290, 81%, 65%)OKLCH
oklch(0.685 0.229 320.7)CMYK
cmyk(10%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE3FEB
2#C721E8
3#B316D2
4#9913B4
5#801096
6#660D78
7#4D095A
8#33063C
9#1A031E
Tints
Lighter variations
1#DA6EF0
2#DE7EF1
3#E28EF3
4#E69EF5
5#EAAEF7
6#EFBEF8
7#F3CFFA
8#F7DFFC
9#FBEFFD
Tones
Muted variations
1#D165E7
2#CC6CE0
3#C773D8
4#C37AD1
5#BE82CA
6#B989C3
7#B490BB
8#AF97B4
9#AB9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E495 #E495F4 | BordersInactive statesPlaceholder text |
| 400 | D65D #D65DEE | Disabled statesSecondary iconsMuted text |
| 500 | CA2F #CA2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD15 #AD15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8911 #8911A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620C #620C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F08 #3F084A | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F7DFFC;
--orchid-200: #F0C3F9;
--orchid-300: #E495F4;
--orchid-400: #D65DEE;
--orchid-500: #CA2FE9;
--orchid-600: #AD15CB;
--orchid-700: #8911A2;
--orchid-800: #620C73;
--orchid-900: #3F084A;
--orchid-950: #27052E;
}