Orchid
#CD61EA
PinkColor Codes
All color formats for development
HEX
#CD61EARGB
rgb(205, 97, 234)HSL
hsl(287, 77%, 65%)OKLCH
oklch(0.677 0.216 318.6)CMYK
cmyk(12%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C344E7
2#BA26E3
3#A71BCD
4#8F17B0
5#771393
6#5F0F75
7#470B58
8#30083B
9#18041D
Tints
Lighter variations
1#D271ED
2#D781EF
3#DC90F1
4#E1A0F3
5#E6B0F5
6#EBC0F7
7#F0D0F9
8#F5DFFB
9#FAEFFD
Tones
Muted variations
1#C968E4
2#C56FDD
3#C176D6
4#BD7DCF
5#B983C8
6#B58AC1
7#B191BA
8#AE98B3
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC4 #ECC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE97 #DE97F2 | BordersInactive statesPlaceholder text |
| 400 | CD61 #CD61EA | Disabled statesSecondary iconsMuted text |
| 500 | BE34 #BE34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11A #A11AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8015 #80159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0F #5C0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0948 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F5DFFB;
--orchid-200: #ECC4F7;
--orchid-300: #DE97F2;
--orchid-400: #CD61EA;
--orchid-500: #BE34E5;
--orchid-600: #A11AC7;
--orchid-700: #80159E;
--orchid-800: #5C0F71;
--orchid-900: #3B0948;
--orchid-950: #25062D;
}