Orchid
#CF53F9
PinkColor Codes
All color formats for development
HEX
#CF53F9RGB
rgb(207, 83, 249)HSL
hsl(285, 93%, 65%)OKLCH
oklch(0.672 0.249 316.3)CMYK
cmyk(17%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C633F8
2#BE13F6
3#AA08E0
4#9207C0
5#7906A0
6#610580
7#490360
8#310240
9#180120
Tints
Lighter variations
1#D464F9
2#D975FA
3#DE86FB
4#E298FB
5#E7A9FC
6#ECBAFD
7#F1CBFD
8#F5DDFE
9#FAEEFE
Tones
Muted variations
1#CB5BF0
2#C763E8
3#C36CE0
4#BF74D8
5#BB7CCF
6#B685C7
7#B28DBF
8#AE95B6
9#AA9DAE
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 #EDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E08E #E08EFB | BordersInactive statesPlaceholder text |
| 400 | CF53 #CF53F9 | Disabled statesSecondary iconsMuted text |
| 500 | C222 #C222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A408 #A408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8306 #8306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D04 #5D047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C03 #3C034F | 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: #EDBFFD;
--orchid-300: #E08EFB;
--orchid-400: #CF53F9;
--orchid-500: #C222F7;
--orchid-600: #A408D9;
--orchid-700: #8306AC;
--orchid-800: #5D047B;
--orchid-900: #3C034F;
--orchid-950: #250231;
}