Orchid
#E65CF0
PinkColor Codes
All color formats for development
HEX
#E65CF0RGB
rgb(230, 92, 240)HSL
hsl(296, 83%, 65%)OKLCH
oklch(0.706 0.239 325)CMYK
cmyk(4%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E13DED
2#DD1FEA
3#C714D4
4#AB11B6
5#8E0E98
6#720B79
7#55085B
8#39063D
9#1C031E
Tints
Lighter variations
1#E86CF1
2#EB7CF3
3#ED8DF4
4#F09DF6
5#F2ADF7
6#F5BEF9
7#F7CEFA
8#FADEFC
9#FCEFFD
Tones
Muted variations
1#E063E8
2#D96AE1
3#D372DA
4#CC79D2
5#C681CB
6#BF88C3
7#B990BC
8#B397B5
9#AC9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C2 #F6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF94 #EF94F5 | BordersInactive statesPlaceholder text |
| 400 | E65C #E65CF0 | Disabled statesSecondary iconsMuted text |
| 500 | DF2D #DF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | C113 #C113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 990F #990FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E0B #6E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4607 #46074B | Primary textHigh emphasis contentDark headings |
| 950 | 2C04 #2C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FADEFC;
--orchid-200: #F6C2F9;
--orchid-300: #EF94F5;
--orchid-400: #E65CF0;
--orchid-500: #DF2DEB;
--orchid-600: #C113CD;
--orchid-700: #990FA3;
--orchid-800: #6E0B75;
--orchid-900: #46074B;
--orchid-950: #2C042F;
}