Orchid
#D553F9
PinkColor Codes
All color formats for development
HEX
#D553F9RGB
rgb(213, 83, 249)HSL
hsl(287, 93%, 65%)OKLCH
oklch(0.68 0.251 318.1)CMYK
cmyk(14%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD33F8
2#C513F6
3#B108E0
4#9807C0
5#7F06A0
6#650580
7#4C0360
8#330240
9#190120
Tints
Lighter variations
1#D964F9
2#DD75FA
3#E186FB
4#E698FB
5#EAA9FC
6#EEBAFD
7#F2CBFD
8#F7DDFE
9#FBEEFE
Tones
Muted variations
1#D05BF0
2#CB63E8
3#C76CE0
4#C274D8
5#BD7CCF
6#B985C7
7#B48DBF
8#AF95B6
9#AA9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBF #EFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E38E #E38EFB | BordersInactive statesPlaceholder text |
| 400 | D553 #D553F9 | Disabled statesSecondary iconsMuted text |
| 500 | C922 #C922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB08 #AB08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8806 #8806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6104 #61047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E03 #3E034F | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FE;
--orchid-100: #F7DDFE;
--orchid-200: #EFBFFD;
--orchid-300: #E38EFB;
--orchid-400: #D553F9;
--orchid-500: #C922F7;
--orchid-600: #AB08D9;
--orchid-700: #8806AC;
--orchid-800: #61047B;
--orchid-900: #3E034F;
--orchid-950: #270231;
}