Orchid
#F25AD3
PinkColor Codes
All color formats for development
HEX
#F25AD3RGB
rgb(242, 90, 211)HSL
hsl(312, 85%, 65%)OKLCH
oklch(0.706 0.227 336.7)CMYK
cmyk(0%, 63%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3BCB
2#ED1DC3
3#D711AF
4#B80F96
5#990C7D
6#7B0A64
7#5C074B
8#3D0532
9#1F0219
Tints
Lighter variations
1#F36AD8
2#F47BDC
3#F68BE0
4#F79CE5
5#F8ACE9
6#FABDEE
7#FBCDF2
8#FCDEF6
9#FEEEFB
Tones
Muted variations
1#EA61CF
2#E269CA
3#DB71C6
4#D378C1
5#CC80BD
6#C487B8
7#BD8FB3
8#B597AF
9#AD9EAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692E2 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AD3 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B063E | 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: #FCDEF6;
--orchid-200: #FAC2EF;
--orchid-300: #F692E2;
--orchid-400: #F25AD3;
--orchid-500: #EE2BC7;
--orchid-600: #D011A9;
--orchid-700: #A50D87;
--orchid-800: #760A60;
--orchid-900: #4B063E;
--orchid-950: #2F0427;
}