Orchid
#F25AE0
PinkColor Codes
All color formats for development
HEX
#F25AE0RGB
rgb(242, 90, 224)HSL
hsl(307, 85%, 65%)OKLCH
oklch(0.712 0.236 332.8)CMYK
cmyk(0%, 63%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3BDA
2#ED1DD4
3#D711C0
4#B80FA4
5#990C89
6#7B0A6E
7#5C0752
8#3D0537
9#1F021B
Tints
Lighter variations
1#F36AE3
2#F47BE6
3#F68BE9
4#F79CEC
5#F8ACEF
6#FABDF3
7#FBCDF6
8#FCDEF9
9#FEEEFC
Tones
Muted variations
1#EA61DA
2#E269D4
3#DB71CE
4#D378C9
5#CC80C3
6#C487BD
7#BD8FB7
8#B597B1
9#AD9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692EB | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AE0 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0643 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FCDEF9;
--orchid-200: #FAC2F3;
--orchid-300: #F692EB;
--orchid-400: #F25AE0;
--orchid-500: #EE2BD7;
--orchid-600: #D011B9;
--orchid-700: #A50D93;
--orchid-800: #760A69;
--orchid-900: #4B0643;
--orchid-950: #2F042A;
}