Orchid
#F854EA
PinkColor Codes
All color formats for development
HEX
#F854EARGB
rgb(248, 84, 234)HSL
hsl(305, 92%, 65%)OKLCH
oklch(0.719 0.254 331.5)CMYK
cmyk(0%, 66%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F734E6
2#F514E2
3#DF09CD
4#BF08B0
5#9F0792
6#7F0575
7#5F0458
8#40033B
9#20011D
Tints
Lighter variations
1#F965EC
2#F976EE
3#FA87F0
4#FB98F3
5#FBA9F5
6#FCBAF7
7#FDCCF9
8#FEDDFB
9#FEEEFD
Tones
Muted variations
1#F05CE3
2#E764DC
3#DF6CD6
4#D774CF
5#CF7DC8
6#C785C1
7#BE8DBA
8#B695B3
9#AE9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EF1 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854EA | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB079E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0348 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FD;
--orchid-100: #FEDDFB;
--orchid-200: #FCBFF7;
--orchid-300: #FA8EF1;
--orchid-400: #F854EA;
--orchid-500: #F623E4;
--orchid-600: #D709C6;
--orchid-700: #AB079E;
--orchid-800: #7A0571;
--orchid-900: #4E0348;
--orchid-950: #31022D;
}