breadcrumb
Iron
Color Code Details
| HEX | #dadfe1 | |
| RGB | (218, 223, 225); | |
| RGBA | (218, 223, 225, 1) | |
| HSL | (197, 10%, 87%); | |
| HSLA | (197, 10%, 87%, 1); | 
| HSV | 197,3,88 | |
| HSB | 197, 3, 88 | |
| HWB | 197 85% 12% | |
| CMYK | 3, 1, 0, 12 | |
| Pantone | 1895 C | 
Preview & Codes Examples
| Text Color with Iron | |
| This Text has a Font Color of #dadfe1 | |
| 
										
											.text {color:#dadfe1;}										
									 | |
| 
										
										.text {color:rgba(218, 223, 225, 1);}										
									 | |
| 
										
										.text {color:hsl(309, 100%, 3%);}										
									 | 
| Background Color Using Iron | |
| This element has a background color of #dadfe1 | |
| 
										
											.element {background-color:#dadfe1;}										
									 | |
| 
										
										.element {background-color:rgba(218, 223, 225, 1);}										
									 | |
| 
										
										.element {background-color:hsl(309, 100%, 3%);}										
									 | 
| Border Styling with Iron | |
| This element has a border color of #dadfe1 | |
| 
										
											.element {border:1px solid #dadfe1;}										
									 | |
| 
										
										.element {border:1px solid rgba(218, 223, 225, 1);}										
									 | |
| 
										
										.element {border:1px solid hsl(309, 100%, 3%);}										
									 | 
Preview & Variables
| CSS Variables | |
| 
										
											--variable: #dadfe1;										
									 | 
| Sass / SCSS | |
| 
										
										$variable: #dadfe1;										
									 | 
| Less | |
| 
										
											@variable: #dadfe1;										
									 | 
Similar Grey Shades You Might Like
Grey colors bring elegance, neutrality, and modernism. Great for minimal UI design, typography, and corporate branding. Explore more neutral tones for sophisticated layouts.