Orchid
#CE55F6
PinkColor Codes
All color formats for development
HEX
#CE55F6RGB
rgb(206, 85, 246)HSL
hsl(285, 90%, 65%)OKLCH
oklch(0.671 0.243 316.6)CMYK
cmyk(16%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C536F4
2#BC16F3
3#A80CDC
4#900ABD
5#78089D
6#60077E
7#48055E
8#30033F
9#18021F
Tints
Lighter variations
1#D366F7
2#D877F8
3#DD88F9
4#E299FA
5#E6AAFB
6#EBBBFB
7#F0CCFC
8#F5DDFD
9#FAEEFE
Tones
Muted variations
1#CA5DEE
2#C665E6
3#C26EDE
4#BE76D6
5#BA7ECE
6#B686C6
7#B28EBE
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 | DF90 #DF90F9 | BordersInactive statesPlaceholder text |
| 400 | CE55 #CE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | C025 #C025F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | A30B #A30BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8109 #8109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C06 #5C0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B04 #3B044E | 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: #FBF0FE;
--orchid-100: #F5DDFD;
--orchid-200: #EDC0FC;
--orchid-300: #DF90F9;
--orchid-400: #CE55F6;
--orchid-500: #C025F4;
--orchid-600: #A30BD5;
--orchid-700: #8109AA;
--orchid-800: #5C0679;
--orchid-900: #3B044E;
--orchid-950: #250330;
}