Orchid
#D960EB
PinkColor Codes
All color formats for development
HEX
#D960EBRGB
rgb(217, 96, 235)HSL
hsl(292, 78%, 65%)OKLCH
oklch(0.691 0.223 322.3)CMYK
cmyk(8%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D243E8
2#CB25E4
3#B61ACF
4#9C16B1
5#821294
6#680F76
7#4E0B59
8#34073B
9#1A041E
Tints
Lighter variations
1#DD70ED
2#E080EF
3#E490F1
4#E8A0F3
5#ECB0F5
6#F0BFF7
7#F4CFF9
8#F7DFFB
9#FBEFFD
Tones
Muted variations
1#D467E4
2#CF6EDD
3#C975D6
4#C47CD0
5#BF83C9
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 | E697 #E697F2 | BordersInactive statesPlaceholder text |
| 400 | D960 #D960EB | Disabled statesSecondary iconsMuted text |
| 500 | CE33 #CE33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B019 #B019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C14 #8C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 640E #640E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4009 #400949 | Primary textHigh emphasis contentDark headings |
| 950 | 2806 #28062D | 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: #E697F2;
--orchid-400: #D960EB;
--orchid-500: #CE33E6;
--orchid-600: #B019C8;
--orchid-700: #8C149F;
--orchid-800: #640E71;
--orchid-900: #400949;
--orchid-950: #28062D;
}