Orchid
#E960EB
PinkColor Codes
All color formats for development
HEX
#E960EBRGB
rgb(233, 96, 235)HSL
hsl(299, 78%, 65%)OKLCH
oklch(0.711 0.232 327.1)CMYK
cmyk(1%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E543E8
2#E125E4
3#CC1ACF
4#AE16B1
5#911294
6#740F76
7#570B59
8#3A073B
9#1D041E
Tints
Lighter variations
1#EB70ED
2#ED80EF
3#F090F1
4#F2A0F3
5#F4B0F5
6#F6BFF7
7#F8CFF9
8#FBDFFB
9#FDEFFD
Tones
Muted variations
1#E267E4
2#DC6EDD
3#D575D6
4#CE7CD0
5#C783C9
6#C18AC2
7#BA91BB
8#B398B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F197 #F197F2 | BordersInactive statesPlaceholder text |
| 400 | E960 #E960EB | Disabled statesSecondary iconsMuted text |
| 500 | E333 #E333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C519 #C519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D14 #9D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700E #700E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480949 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFB;
--orchid-200: #F7C4F8;
--orchid-300: #F197F2;
--orchid-400: #E960EB;
--orchid-500: #E333E6;
--orchid-600: #C519C8;
--orchid-700: #9D149F;
--orchid-800: #700E71;
--orchid-900: #480949;
--orchid-950: #2D062D;
}