Orchid
#F854E7
PinkColor Codes
All color formats for development
HEX
#F854E7RGB
rgb(248, 84, 231)HSL
hsl(306, 92%, 65%)OKLCH
oklch(0.717 0.252 332.3)CMYK
cmyk(0%, 66%, 7%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F734E3
2#F514DF
3#DF09C9
4#BF08AD
5#9F0790
6#7F0573
7#5F0456
8#40033A
9#20011D
Tints
Lighter variations
1#F965EA
2#F976EC
3#FA87EF
4#FB98F1
5#FBA9F3
6#FCBAF6
7#FDCCF8
8#FEDDFA
9#FEEEFD
Tones
Muted variations
1#F05CE1
2#E764DA
3#DF6CD4
4#D774CD
5#CF7DC7
6#C785C0
7#BE8DB9
8#B695B3
9#AE9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EF0 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854E7 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB079B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A056F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0347 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FD;
--orchid-100: #FEDDFA;
--orchid-200: #FCBFF6;
--orchid-300: #FA8EF0;
--orchid-400: #F854E7;
--orchid-500: #F623E1;
--orchid-600: #D709C3;
--orchid-700: #AB079B;
--orchid-800: #7A056F;
--orchid-900: #4E0347;
--orchid-950: #31022C;
}