Orchid
#D762EA
PinkColor Codes
All color formats for development
HEX
#D762EARGB
rgb(215, 98, 234)HSL
hsl(292, 76%, 65%)OKLCH
oklch(0.69 0.219 321.9)CMYK
cmyk(8%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D045E6
2#C928E2
3#B51CCC
4#9B18AF
5#811492
6#671075
7#4D0C58
8#34083A
9#1A041D
Tints
Lighter variations
1#DB72EC
2#DF81EE
3#E391F0
4#E7A1F2
5#EBB0F4
6#EFC0F6
7#F3D0F9
8#F7E0FB
9#FBEFFD
Tones
Muted variations
1#D369E3
2#CE6FDC
3#C976D5
4#C47DCE
5#BF84C8
6#BA8BC1
7#B591BA
8#B098B3
9#AB9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7E0 #F7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C5 #F0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E598 #E598F1 | BordersInactive statesPlaceholder text |
| 400 | D762 #D762EA | Disabled statesSecondary iconsMuted text |
| 500 | CC35 #CC35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF1B #AF1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B15 #8B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630F #630F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 400A #400A48 | 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: #FCF2FD;
--orchid-100: #F7E0FB;
--orchid-200: #F0C5F7;
--orchid-300: #E598F1;
--orchid-400: #D762EA;
--orchid-500: #CC35E3;
--orchid-600: #AF1BC5;
--orchid-700: #8B159D;
--orchid-800: #630F70;
--orchid-900: #400A48;
--orchid-950: #28062D;
}