Abyssal Blue Color Hex Code
#00035bWhat is Abyssal Blue Color Hex Code Color?
Abyssal Blue Color Hex Code is a very dark, deep, highly saturated, vibrant blue color with the hex code #00035b. Its RGB value is rgb(0, 3, 91), meaning it contains 0 red, 3 green, and 91 blue light values. In the HSL color model, it has a hue of 238°, saturation of 100%, and lightness of 18%.
Abyssal Blue Color Hex Code Color Codes
Here are all the color format codes for Abyssal Blue Color Hex Code:
- HEX: #00035b
- RGB: rgb(0, 3, 91)
- HSL: hsl(238°, 100%, 18%)
- CMYK: cmyk(100%, 97%, 0%, 64%)
- Android/Flutter: Color(0xFF00035B)
- Swift UIColor: UIColor(red: 0.000, green: 0.012, blue: 0.357, alpha: 1.0)
Is Abyssal Blue Color Hex Code Accessible?
Abyssal Blue Color Hex Code (#00035b) passes WCAG AA accessibility standards. It has a contrast ratio of 18.04:1 against white and 1.16: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 Abyssal Blue Color Hex Code in Design
Abyssal Blue Color Hex Code is a very dark, deep 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: #00035b; or
background-color: #00035b;.
Abyssal Blue Color Hex Code Shades and Tints
Shades of Abyssal Blue Color Hex Code are created by mixing it with black, ranging from the original #00035b down to near-black #000351. Tints are made by adding white — from the base color up to near-white #d1d2ff. These variations help build complete design system palettes and Tailwind CSS color scales.
Abyssal Blue Color Hex Code Color Harmonies
The complementary color of Abyssal Blue Color Hex Code is #5c5900. Its analogous colors are #2b005c and #00315c. For a triadic palette, combine it with #5c0003 and #035c00.
Frequently Asked Questions
What is the hex code for Abyssal Blue Color Hex Code?
The hex code for Abyssal Blue Color Hex Code is #00035b.
What is the RGB value of Abyssal Blue Color Hex Code?
The RGB value is rgb(0, 3, 91). Red channel: 0/255, Green: 3/255, Blue: 91/255.
Is Abyssal Blue Color Hex Code good for web accessibility?
Abyssal Blue Color Hex Code has a contrast ratio of 18.04:1 with white and 1.16:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Abyssal Blue Color Hex Code?
Abyssal Blue Color Hex Code pairs well with its complementary color #5c5900, analogous colors #2b005c and #00315c, or neutral whites and grays for a clean, modern look.
How do I use Abyssal Blue Color Hex Code in CSS?
Use it in CSS like this:
background-color: #00035b;
color: #00035b;
Or as a CSS variable: --color-primary: #00035b;
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: #00035b;
--color-primary-rgb: 0, 3, 91;
--color-primary-hsl: 238 100% 18%;
--color-primary-text: #ffffff;
colors: {
'abyssal-blue-color-hex-code': {
DEFAULT: '#00035b',
100: '#ffffff',
200: '#d1d2ff',
300: '#a2a5ff',
400: '#7478ff',
500: '#454bff',
600: '#000351',
700: '#000247',
800: '#00023d',
900: '#000233',
950: '#000128',
}
}
'base': #00035b,
'light': #a2a5ff,
'dark': #000247,
'rgb': 0, 3, 91
);
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.