Orchid
#F25AD6
PinkColor Codes
All color formats for development
HEX
#F25AD6RGB
rgb(242, 90, 214)HSL
hsl(311, 85%, 65%)OKLCH
oklch(0.707 0.229 335.7)CMYK
cmyk(0%, 63%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3BCE
2#ED1DC6
3#D711B2
4#B80F99
5#990C7F
6#7B0A66
7#5C074C
8#3D0533
9#1F0219
Tints
Lighter variations
1#F36ADA
2#F47BDE
3#F68BE2
4#F79CE6
5#F8ACEA
6#FABDEF
7#FBCDF3
8#FCDEF7
9#FEEEFB
Tones
Muted variations
1#EA61D1
2#E269CC
3#DB71C7
4#D378C3
5#CC80BE
6#C487B9
7#BD8FB4
8#B597AF
9#AD9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692E4 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AD6 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BCA | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B063F | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FB;
--orchid-100: #FCDEF7;
--orchid-200: #FAC2F0;
--orchid-300: #F692E4;
--orchid-400: #F25AD6;
--orchid-500: #EE2BCA;
--orchid-600: #D011AD;
--orchid-700: #A50D89;
--orchid-800: #760A62;
--orchid-900: #4B063F;
--orchid-950: #2F0427;
}