Orchid
#D155F7
PinkColor Codes
All color formats for development
HEX
#D155F7RGB
rgb(209, 85, 247)HSL
hsl(286, 91%, 65%)OKLCH
oklch(0.675 0.245 317.3)CMYK
cmyk(15%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C935F5
2#C015F4
3#AC0ADE
4#9409BE
5#7B079E
6#62067F
7#4A045F
8#31033F
9#190120
Tints
Lighter variations
1#D666F8
2#DA77F9
3#DF88F9
4#E399FA
5#E8AAFB
6#EDBBFC
7#F1CCFD
8#F6DDFD
9#FAEEFE
Tones
Muted variations
1#CD5DEF
2#C865E7
3#C46DDF
4#C075D6
5#BB7DCE
6#B785C6
7#B38DBE
8#AE96B6
9#AA9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC0 #EEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E18F #E18FFA | BordersInactive statesPlaceholder text |
| 400 | D155 #D155F7 | Disabled statesSecondary iconsMuted text |
| 500 | C424 #C424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A70A #A70AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8508 #8508AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F06 #5F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D04 #3D044E | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FE;
--orchid-100: #F6DDFD;
--orchid-200: #EEC0FC;
--orchid-300: #E18FFA;
--orchid-400: #D155F7;
--orchid-500: #C424F5;
--orchid-600: #A70AD6;
--orchid-700: #8508AA;
--orchid-800: #5F067A;
--orchid-900: #3D044E;
--orchid-950: #260231;
}