cooper collier 4/11/2017 7:17:55 AM I am not sure how you would get the NCS or RAL color to display correctly on peoples screens. Every single computer and monitor display color slightly different. Our graphics shop has this issue, even using high-end design monitors and color calibration. Print simply looks different than screen. BUT.. as for storing a color and displaying it. You can already do that. Make two columns 1. Text column call it "color code" 2. formula xhtml call it "color display" In the formula for xhtml put in this formula <div style="background-color:<%=[color code]%>"> <%=[color code]%> </div> Now you can enter and web color ie..(name, hex, rgb, hsl) and it will be displayed as the background in the xhtml box. it looks like this screen shot. http://prntscr.com/ev3rpo |