Orchid
#D232E7
PinkColor Codes
All color formats for development
HEX
#D232E7RGB
rgb(210, 50, 231)HSL
hsl(293, 79%, 55%)OKLCH
oklch(0.637 0.269 322.7)CMYK
cmyk(9%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB1BE2
2#B418C9
3#9E15B0
4#871297
5#710F7E
6#5A0C64
7#44094B
8#2D0632
9#170319
Tints
Lighter variations
1#D646E9
2#DB5BEC
3#DF6FEE
4#E484F1
5#E898F3
6#EDADF5
7#F1C1F8
8#F6D6FA
9#FAEAFD
Tones
Muted variations
1#CB3BDE
2#C444D5
3#BD4DCC
4#B656C3
5#AF5FBA
6#A868B1
7#A171A7
8#9A7A9E
9#938395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C4 #F2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E896 #E896F3 | BordersInactive statesPlaceholder text |
| 400 | DC5F #DC5FEC | Disabled statesSecondary iconsMuted text |
| 500 | D232 #D232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B418 #B418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F13 #8F13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660D #660D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4209 #420949 | Primary textHigh emphasis contentDark headings |
| 950 | 2905 #29052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F8DFFB;
--orchid-200: #F2C4F8;
--orchid-300: #E896F3;
--orchid-400: #DC5FEC;
--orchid-500: #D232E7;
--orchid-600: #B418C9;
--orchid-700: #8F13A0;
--orchid-800: #660D72;
--orchid-900: #420949;
--orchid-950: #29052E;
}