Orchid
#D55BF1
PinkColor Codes
All color formats for development
HEX
#D55BF1RGB
rgb(213, 91, 241)HSL
hsl(289, 84%, 65%)OKLCH
oklch(0.684 0.234 319.7)CMYK
cmyk(12%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD3CEE
2#C61EEB
3#B213D5
4#9810B7
5#7F0D98
6#660B7A
7#4C085B
8#33053D
9#19031E
Tints
Lighter variations
1#D96BF2
2#DE7CF4
3#E28CF5
4#E69CF6
5#EAADF8
6#EEBDF9
7#F2CEFB
8#F7DEFC
9#FBEFFE
Tones
Muted variations
1#D062E9
2#CC6AE2
3#C771DA
4#C279D3
5#BD80CB
6#B988C4
7#B48FBC
8#AF97B5
9#AA9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E493 #E493F6 | BordersInactive statesPlaceholder text |
| 400 | D55B #D55BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C92C #C92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | AC12 #AC12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 890E #890EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620A #620A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F07 #3F074B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F7DEFC;
--orchid-200: #EFC2FA;
--orchid-300: #E493F6;
--orchid-400: #D55BF1;
--orchid-500: #C92CED;
--orchid-600: #AC12CE;
--orchid-700: #890EA4;
--orchid-800: #620A75;
--orchid-900: #3F074B;
--orchid-950: #27042F;
}