Orchid
#F25AEA
PinkColor Codes
All color formats for development
HEX
#F25AEARGB
rgb(242, 90, 234)HSL
hsl(303, 85%, 65%)OKLCH
oklch(0.717 0.243 329.9)CMYK
cmyk(0%, 63%, 3%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3BE6
2#ED1DE2
3#D711CD
4#B80FB0
5#990C92
6#7B0A75
7#5C0758
8#3D053B
9#1F021D
Tints
Lighter variations
1#F36AEC
2#F47BEE
3#F68BF0
4#F79CF2
5#F8ACF5
6#FABDF7
7#FBCDF9
8#FCDEFB
9#FEEEFD
Tones
Muted variations
1#EA61E3
2#E269DC
3#DB71D6
4#D378CF
5#CC80C8
6#C487C1
7#BD8FBA
8#B597B3
9#AD9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692F1 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AEA | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0648 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FCDEFB;
--orchid-200: #FAC2F7;
--orchid-300: #F692F1;
--orchid-400: #F25AEA;
--orchid-500: #EE2BE4;
--orchid-600: #D011C6;
--orchid-700: #A50D9E;
--orchid-800: #760A71;
--orchid-900: #4B0648;
--orchid-950: #2F042D;
}