Orchid
#CE55F7
PinkColor Codes
All color formats for development
HEX
#CE55F7RGB
rgb(206, 85, 247)HSL
hsl(285, 91%, 65%)OKLCH
oklch(0.672 0.244 316.4)CMYK
cmyk(17%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C535F5
2#BC15F4
3#A90ADE
4#9109BE
5#79079E
6#60067F
7#48045F
8#30033F
9#180120
Tints
Lighter variations
1#D366F8
2#D877F9
3#DD88F9
4#E299FA
5#E7AAFB
6#ECBBFC
7#F0CCFD
8#F5DDFD
9#FAEEFE
Tones
Muted variations
1#CA5DEF
2#C665E7
3#C26DDF
4#BE75D6
5#BA7DCE
6#B685C6
7#B28DBE
8#AE96B6
9#AA9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC0 #EDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8F #DF8FFA | BordersInactive statesPlaceholder text |
| 400 | CE55 #CE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | C024 #C024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A30A #A30AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8208 #8208AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D06 #5D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B04 #3B044E | 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: #F5DDFD;
--orchid-200: #EDC0FC;
--orchid-300: #DF8FFA;
--orchid-400: #CE55F7;
--orchid-500: #C024F5;
--orchid-600: #A30AD6;
--orchid-700: #8208AA;
--orchid-800: #5D067A;
--orchid-900: #3B044E;
--orchid-950: #250231;
}