Orchid
#D25CF0
PinkColor Codes
All color formats for development
HEX
#D25CF0RGB
rgb(210, 92, 240)HSL
hsl(288, 83%, 65%)OKLCH
oklch(0.68 0.23 319)CMYK
cmyk(13%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA3DED
2#C21FEA
3#AE14D4
4#9511B6
5#7C0E98
6#630B79
7#4A085B
8#32063D
9#19031E
Tints
Lighter variations
1#D76CF1
2#DB7CF3
3#E08DF4
4#E49DF6
5#E9ADF7
6#EDBEF9
7#F2CEFA
8#F6DEFC
9#FBEFFD
Tones
Muted variations
1#CE63E8
2#C96AE1
3#C572DA
4#C079D2
5#BC81CB
6#B888C3
7#B390BC
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 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC2 #EEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E294 #E294F5 | BordersInactive statesPlaceholder text |
| 400 | D25C #D25CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C52D #C52DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A813 #A813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860F #860FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0B #5F0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D07 #3D074B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DEFC;
--orchid-200: #EEC2F9;
--orchid-300: #E294F5;
--orchid-400: #D25CF0;
--orchid-500: #C52DEB;
--orchid-600: #A813CD;
--orchid-700: #860FA3;
--orchid-800: #5F0B75;
--orchid-900: #3D074B;
--orchid-950: #26042F;
}