Orchid
#F25ADD
PinkColor Codes
All color formats for development
HEX
#F25ADDRGB
rgb(242, 90, 221)HSL
hsl(308, 85%, 65%)OKLCH
oklch(0.71 0.234 333.6)CMYK
cmyk(0%, 63%, 9%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3BD7
2#ED1DD1
3#D711BC
4#B80FA1
5#990C87
6#7B0A6C
7#5C0751
8#3D0536
9#1F021B
Tints
Lighter variations
1#F36AE1
2#F47BE4
3#F68BE7
4#F79CEB
5#F8ACEE
6#FABDF2
7#FBCDF5
8#FCDEF8
9#FEEEFC
Tones
Muted variations
1#EA61D8
2#E269D2
3#DB71CD
4#D378C7
5#CC80C2
6#C487BC
7#BD8FB6
8#B597B1
9#AD9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692E9 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25ADD | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BD4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0642 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FCDEF8;
--orchid-200: #FAC2F3;
--orchid-300: #F692E9;
--orchid-400: #F25ADD;
--orchid-500: #EE2BD4;
--orchid-600: #D011B6;
--orchid-700: #A50D91;
--orchid-800: #760A67;
--orchid-900: #4B0642;
--orchid-950: #2F0429;
}