Orchid
#D25FEC
PinkColor Codes
All color formats for development
HEX
#D25FECRGB
rgb(210, 95, 236)HSL
hsl(289, 79%, 65%)OKLCH
oklch(0.682 0.222 319.9)CMYK
cmyk(11%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA42E9
2#C224E5
3#AE18D0
4#9515B2
5#7C1194
6#630E77
7#4B0A59
8#32073B
9#19031E
Tints
Lighter variations
1#D76FEE
2#DB7FF0
3#E08FF2
4#E49FF4
5#E9AFF6
6#EDBFF8
7#F2CFF9
8#F6DFFB
9#FBEFFD
Tones
Muted variations
1#CE66E5
2#C96DDE
3#C574D7
4#C17BD0
5#BC82C9
6#B88AC2
7#B391BB
8#AF98B4
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 | E296 #E296F3 | BordersInactive statesPlaceholder text |
| 400 | D25F #D25FEC | Disabled statesSecondary iconsMuted text |
| 500 | C632 #C632E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A818 #A818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8613 #8613A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600D #600D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0949 | 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: #E296F3;
--orchid-400: #D25FEC;
--orchid-500: #C632E7;
--orchid-600: #A818C9;
--orchid-700: #8613A0;
--orchid-800: #600D72;
--orchid-900: #3D0949;
--orchid-950: #26052E;
}