Orchid
#CF54F8
PinkColor Codes
All color formats for development
HEX
#CF54F8RGB
rgb(207, 84, 248)HSL
hsl(285, 92%, 65%)OKLCH
oklch(0.673 0.247 316.5)CMYK
cmyk(17%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C634F7
2#BD14F5
3#A909DF
4#9108BF
5#79079F
6#61057F
7#49045F
8#300340
9#180120
Tints
Lighter variations
1#D465F9
2#D876F9
3#DD87FA
4#E298FB
5#E7A9FB
6#ECBAFC
7#F1CCFD
8#F5DDFE
9#FAEEFE
Tones
Muted variations
1#CB5CF0
2#C764E7
3#C26CDF
4#BE74D7
5#BA7DCF
6#B685C7
7#B28DBE
8#AE95B6
9#AA9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBF #EDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8E #DF8EFA | BordersInactive statesPlaceholder text |
| 400 | CF54 #CF54F8 | Disabled statesSecondary iconsMuted text |
| 500 | C123 #C123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A409 #A409D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8207 #8207AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D05 #5D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C03 #3C034E | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FE;
--orchid-100: #F5DDFE;
--orchid-200: #EDBFFC;
--orchid-300: #DF8EFA;
--orchid-400: #CF54F8;
--orchid-500: #C123F6;
--orchid-600: #A409D7;
--orchid-700: #8207AB;
--orchid-800: #5D057A;
--orchid-900: #3C034E;
--orchid-950: #250231;
}