Orchid
#D263E9
PinkColor Codes
All color formats for development
HEX
#D263E9RGB
rgb(210, 99, 233)HSL
hsl(290, 75%, 65%)OKLCH
oklch(0.685 0.214 320.5)CMYK
cmyk(10%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA46E5
2#C229E0
3#AE1DCB
4#9519AE
5#7C1591
6#631174
7#4B0C57
8#32083A
9#19041D
Tints
Lighter variations
1#D772EB
2#DB82ED
3#E092EF
4#E4A1F2
5#E9B1F4
6#EDC1F6
7#F2D0F8
8#F6E0FB
9#FBEFFD
Tones
Muted variations
1#CE6AE2
2#C970DB
3#C577D5
4#C17ECE
5#BC84C7
6#B88BC1
7#B392BA
8#AF98B3
9#AA9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6E0 #F6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC5 #EEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E298 #E298F0 | BordersInactive statesPlaceholder text |
| 400 | D263 #D263E9 | Disabled statesSecondary iconsMuted text |
| 500 | C636 #C636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | A81C #A81CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8616 #86169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6010 #601070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D0A #3D0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF2FD;
--orchid-100: #F6E0FB;
--orchid-200: #EEC5F7;
--orchid-300: #E298F0;
--orchid-400: #D263E9;
--orchid-500: #C636E2;
--orchid-600: #A81CC4;
--orchid-700: #86169C;
--orchid-800: #601070;
--orchid-900: #3D0A47;
--orchid-950: #26062D;
}