Orchid
#E335CF
PinkColor Codes
All color formats for development
HEX
#E335CFRGB
rgb(227, 53, 207)HSL
hsl(307, 76%, 55%)OKLCH
oklch(0.65 0.257 333.4)CMYK
cmyk(0%, 77%, 9%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1EC8
2#C51BB2
3#AD189B
4#941485
5#7B116F
6#630D59
7#4A0A43
8#31072C
9#190316
Tints
Lighter variations
1#E649D4
2#E95DD9
3#EC72DD
4#EE86E2
5#F19AE7
6#F4AEEC
7#F7C2F1
8#F9D7F5
9#FCEBFA
Tones
Muted variations
1#DB3EC8
2#D246C2
3#C94FBB
4#C158B4
5#B861AE
6#AF69A7
7#A672A0
8#9E7B9A
9#958493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E7 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62DA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335CF | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D158D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A41 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FC;
--orchid-100: #FBE0F8;
--orchid-200: #F7C5F1;
--orchid-300: #F198E7;
--orchid-400: #EA62DA;
--orchid-500: #E335CF;
--orchid-600: #C51BB2;
--orchid-700: #9D158D;
--orchid-800: #700F65;
--orchid-900: #480A41;
--orchid-950: #2D0628;
}