Orchid
#D150FB
PinkColor Codes
All color formats for development
HEX
#D150FBRGB
rgb(209, 80, 251)HSL
hsl(285, 96%, 65%)OKLCH
oklch(0.673 0.255 316.6)CMYK
cmyk(17%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C830FB
2#BF0FFA
3#AC05E3
4#9304C3
5#7B03A2
6#620382
7#4A0261
8#310141
9#190120
Tints
Lighter variations
1#D562FC
2#DA73FC
3#DF85FD
4#E396FD
5#E8A8FD
6#ECB9FE
7#F1CBFE
8#F6DCFE
9#FAEEFF
Tones
Muted variations
1#CC59F3
2#C861EA
3#C46AE2
4#BF72D9
5#BB7BD1
6#B783C8
7#B38CBF
8#AE95B7
9#AA9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBE #EEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E18C #E18CFD | BordersInactive statesPlaceholder text |
| 400 | D150 #D150FB | Disabled statesSecondary iconsMuted text |
| 500 | C31E #C31EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | A604 #A604DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8404 #8404AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E03 #5E037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C02 #3C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2601 #260132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FF;
--orchid-100: #F6DCFE;
--orchid-200: #EEBEFE;
--orchid-300: #E18CFD;
--orchid-400: #D150FB;
--orchid-500: #C31EFA;
--orchid-600: #A604DC;
--orchid-700: #8404AF;
--orchid-800: #5E037D;
--orchid-900: #3C0250;
--orchid-950: #260132;
}