Orchid
#D05FEC
PinkColor Codes
All color formats for development
HEX
#D05FECRGB
rgb(208, 95, 236)HSL
hsl(288, 79%, 65%)OKLCH
oklch(0.679 0.222 319.2)CMYK
cmyk(12%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C742E9
2#BF24E5
3#AB18D0
4#9315B2
5#7A1194
6#620E77
7#490A59
8#31073B
9#18031E
Tints
Lighter variations
1#D56FEE
2#D97FF0
3#DE8FF2
4#E39FF4
5#E8AFF6
6#ECBFF8
7#F1CFF9
8#F6DFFB
9#FAEFFD
Tones
Muted variations
1#CC66E5
2#C86DDE
3#C374D7
4#BF7BD0
5#BB82C9
6#B78AC2
7#B291BB
8#AE98B4
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC4 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E096 #E096F3 | BordersInactive statesPlaceholder text |
| 400 | D05F #D05FEC | Disabled statesSecondary iconsMuted text |
| 500 | C332 #C332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A518 #A518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8413 #8413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0D #5E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F6DFFB;
--orchid-200: #EEC4F8;
--orchid-300: #E096F3;
--orchid-400: #D05FEC;
--orchid-500: #C332E7;
--orchid-600: #A518C9;
--orchid-700: #8413A0;
--orchid-800: #5E0D72;
--orchid-900: #3C0949;
--orchid-950: #26052E;
}