Orchid
#D057F4
PinkColor Codes
All color formats for development
HEX
#D057F4RGB
rgb(208, 87, 244)HSL
hsl(286, 88%, 65%)OKLCH
oklch(0.675 0.24 317.6)CMYK
cmyk(15%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C738F2
2#BE19F0
3#AA0EDA
4#920CBB
5#7A0A9C
6#61087D
7#49065D
8#31043E
9#18021F
Tints
Lighter variations
1#D468F5
2#D979F6
3#DE8AF8
4#E39AF9
5#E7ABFA
6#ECBCFB
7#F1CDFC
8#F6DDFD
9#FAEEFE
Tones
Muted variations
1#CB5FEC
2#C767E5
3#C36FDD
4#BF77D5
5#BB7ECD
6#B786C5
7#B28EBD
8#AE96B5
9#AA9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC1 #EDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E091 #E091F8 | BordersInactive statesPlaceholder text |
| 400 | D057 #D057F4 | Disabled statesSecondary iconsMuted text |
| 500 | C227 #C227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A50D #A50DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 830B #830BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E08 #5E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C05 #3C054D | 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: #FBF1FE;
--orchid-100: #F6DDFD;
--orchid-200: #EDC1FB;
--orchid-300: #E091F8;
--orchid-400: #D057F4;
--orchid-500: #C227F1;
--orchid-600: #A50DD3;
--orchid-700: #830BA8;
--orchid-800: #5E0878;
--orchid-900: #3C054D;
--orchid-950: #250330;
}