Orchid
#D350FB
PinkColor Codes
All color formats for development
HEX
#D350FBRGB
rgb(211, 80, 251)HSL
hsl(286, 96%, 65%)OKLCH
oklch(0.675 0.255 317.2)CMYK
cmyk(16%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB30FB
2#C30FFA
3#AF05E3
4#9604C3
5#7D03A2
6#640382
7#4B0261
8#320141
9#190120
Tints
Lighter variations
1#D862FC
2#DC73FC
3#E185FD
4#E596FD
5#E9A8FD
6#EEB9FE
7#F2CBFE
8#F6DCFE
9#FBEEFF
Tones
Muted variations
1#CF59F3
2#CA61EA
3#C66AE2
4#C172D9
5#BD7BD1
6#B883C8
7#B38CBF
8#AF95B7
9#AA9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBE #EFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E28C #E28CFD | BordersInactive statesPlaceholder text |
| 400 | D350 #D350FB | Disabled statesSecondary iconsMuted text |
| 500 | C71E #C71EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | AA04 #AA04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8704 #8704AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6003 #60037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E02 #3E0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FF;
--orchid-100: #F6DCFE;
--orchid-200: #EFBEFE;
--orchid-300: #E28CFD;
--orchid-400: #D350FB;
--orchid-500: #C71EFA;
--orchid-600: #AA04DC;
--orchid-700: #8704AF;
--orchid-800: #60037D;
--orchid-900: #3E0250;
--orchid-950: #270132;
}