Orchid
#CF59F3
PinkColor Codes
All color formats for development
HEX
#CF59F3RGB
rgb(207, 89, 243)HSL
hsl(286, 87%, 65%)OKLCH
oklch(0.675 0.236 317.4)CMYK
cmyk(15%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C639F1
2#BD1AEF
3#AA0FD9
4#920DBA
5#790B9B
6#61097C
7#49065D
8#31043E
9#18021F
Tints
Lighter variations
1#D469F5
2#D979F6
3#DE8AF7
4#E29BF8
5#E7ACF9
6#ECBCFA
7#F1CDFC
8#F5DEFD
9#FAEEFE
Tones
Muted variations
1#CB60EC
2#C768E4
3#C36FDC
4#BF77D4
5#BA7FCD
6#B687C5
7#B28EBD
8#AE96B5
9#AA9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC1 #EDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E091 #E091F7 | BordersInactive statesPlaceholder text |
| 400 | CF58 #CF58F3 | Disabled statesSecondary iconsMuted text |
| 500 | C128 #C128F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A40F #A40FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 830C #830CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D08 #5D0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C05 #3C054C | Primary textHigh emphasis contentDark headings |
| 950 | 2503 #250330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F5DEFD;
--orchid-200: #EDC1FB;
--orchid-300: #E091F7;
--orchid-400: #CF58F3;
--orchid-500: #C128F0;
--orchid-600: #A40FD2;
--orchid-700: #830CA7;
--orchid-800: #5D0877;
--orchid-900: #3C054C;
--orchid-950: #250330;
}