Orchid
#E665E6
PinkColor Codes
All color formats for development
HEX
#E665E6RGB
rgb(230, 101, 230)HSL
hsl(300, 72%, 65%)OKLCH
oklch(0.711 0.219 327.6)CMYK
cmyk(0%, 56%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E149E1
2#DD2CDD
3#C820C8
4#AB1CAB
5#8F178F
6#721372
7#560E56
8#390939
9#1D051D
Tints
Lighter variations
1#E975E9
2#EB84EB
3#EE94EE
4#F0A3F0
5#F3B2F3
6#F5C2F5
7#F8D1F8
8#FAE0FA
9#FDF0FD
Tones
Muted variations
1#E06CE0
2#D972D9
3#D379D3
4#CC7FCC
5#C686C6
6#BF8CBF
7#B992B9
8#B399B3
9#AC9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AEF | BordersInactive statesPlaceholder text |
| 400 | E665 #E665E6 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B46 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #FAE0FA;
--orchid-200: #F6C6F6;
--orchid-300: #EF9AEF;
--orchid-400: #E665E6;
--orchid-500: #DF3ADF;
--orchid-600: #C11FC1;
--orchid-700: #9A199A;
--orchid-800: #6E126E;
--orchid-900: #460B46;
--orchid-950: #2C072C;
}