Orchid
#E553F9
PinkColor Codes
All color formats for development
HEX
#E553F9RGB
rgb(229, 83, 249)HSL
hsl(293, 93%, 65%)OKLCH
oklch(0.7 0.258 322.7)CMYK
cmyk(8%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E133F8
2#DC13F6
3#C708E0
4#AA07C0
5#8E06A0
6#720580
7#550360
8#390240
9#1C0120
Tints
Lighter variations
1#E864F9
2#EB75FA
3#ED86FB
4#F098FB
5#F2A9FC
6#F5BAFD
7#F7CBFD
8#FADDFE
9#FCEEFE
Tones
Muted variations
1#DF5BF0
2#D963E8
3#D26CE0
4#CC74D8
5#C67CCF
6#BF85C7
7#B98DBF
8#B295B6
9#AC9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BF #F5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8E #EE8EFB | BordersInactive statesPlaceholder text |
| 400 | E553 #E553F9 | Disabled statesSecondary iconsMuted text |
| 500 | DE22 #DE22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C008 #C008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9906 #9906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D04 #6D047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4603 #46034F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FE;
--orchid-100: #FADDFE;
--orchid-200: #F5BFFD;
--orchid-300: #EE8EFB;
--orchid-400: #E553F9;
--orchid-500: #DE22F7;
--orchid-600: #C008D9;
--orchid-700: #9906AC;
--orchid-800: #6D047B;
--orchid-900: #46034F;
--orchid-950: #2C0231;
}