Cold Pack Color Hex Code
#0033ddWhat is Cold Pack Color Hex Code Color?
Cold Pack Color Hex Code is a medium, highly saturated, vibrant blue color with the hex code #0033dd. Its RGB value is rgb(0, 51, 221), meaning it contains 0 red, 51 green, and 221 blue light values. In the HSL color model, it has a hue of 226°, saturation of 100%, and lightness of 43%.
Cold Pack Color Hex Code Color Codes
Here are all the color format codes for Cold Pack Color Hex Code:
- HEX: #0033dd
- RGB: rgb(0, 51, 221)
- HSL: hsl(226°, 100%, 43%)
- CMYK: cmyk(100%, 77%, 0%, 13%)
- Android/Flutter: Color(0xFF0033DD)
- Swift UIColor: UIColor(red: 0.000, green: 0.200, blue: 0.867, alpha: 1.0)
Is Cold Pack Color Hex Code Accessible?
Cold Pack Color Hex Code (#0033dd) passes WCAG AA accessibility standards. It has a contrast ratio of 8.34:1 against white and 2.52:1 against black text. White text on this color passes WCAG AA for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Cold Pack Color Hex Code in Design
Cold Pack Color Hex Code is a medium blue tone that works well as
a primary brand color, button color, or dark background in modern UI designs.
Use lighter tints of this color to create depth and hierarchy in your layouts.
In CSS, you can use it directly as color: #0033dd; or
background-color: #0033dd;.
Cold Pack Color Hex Code Shades and Tints
Shades of Cold Pack Color Hex Code are created by mixing it with black, ranging from the original #0033dd down to near-black #002dc4. Tints are made by adding white — from the base color up to near-white #dfe6ff. These variations help build complete design system palettes and Tailwind CSS color scales.
Cold Pack Color Hex Code Color Harmonies
The complementary color of Cold Pack Color Hex Code is #dba800. Its analogous colors are #3a00db and #00a1db. For a triadic palette, combine it with #db0033 and #33db00.
Frequently Asked Questions
What is the hex code for Cold Pack Color Hex Code?
The hex code for Cold Pack Color Hex Code is #0033dd.
What is the RGB value of Cold Pack Color Hex Code?
The RGB value is rgb(0, 51, 221). Red channel: 0/255, Green: 51/255, Blue: 221/255.
Is Cold Pack Color Hex Code good for web accessibility?
Cold Pack Color Hex Code has a contrast ratio of 8.34:1 with white and 2.52:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Cold Pack Color Hex Code?
Cold Pack Color Hex Code pairs well with its complementary color #dba800, analogous colors #3a00db and #00a1db, or neutral whites and grays for a clean, modern look.
How do I use Cold Pack Color Hex Code in CSS?
Use it in CSS like this:
background-color: #0033dd;
color: #0033dd;
Or as a CSS variable: --color-primary: #0033dd;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #0033dd;
--color-primary-rgb: 0, 51, 221;
--color-primary-hsl: 226 100% 43%;
--color-primary-text: #ffffff;
colors: {
'cold-pack-color-hex-code': {
DEFAULT: '#0033dd',
100: '#ffffff',
200: '#dfe6ff',
300: '#becdff',
400: '#9eb5ff',
500: '#7e9cff',
600: '#002dc4',
700: '#0028ac',
800: '#002293',
900: '#001c7b',
950: '#001762',
}
}
'base': #0033dd,
'light': #becdff,
'dark': #0028ac,
'rgb': 0, 51, 221
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.