Bluebonnet (#1C1CF0)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 8.49:1 — vs black: 2.47:1
Color values
-
HEX
#1C1CF0 -
RGB
rgb(28, 28, 240) -
HSL
hsl(240, 88%, 94%) -
CMYK
cmyk( 88.33, 88.33, 0, 5.88 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #1C1CF0 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#1C1CF0
Base
#F0F01C
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#1C1CF0
Base
#1C86F0
#861CF0
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#1C1CF0
Base
#F01C1C
#1CF01C
Two colors flanking the complement — high contrast with less tension than full complementary.
#1C1CF0
Base
#F0861C
#86F01C
Four colors at 90° intervals — rich variety, best when one color dominates.
#1C1CF0
Base
#F01C86
#F0F01C
#1CF086
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#1C1CF0
Base
#07076C
#0C0CB4
#0E0ED5
#4242F3
#6464F5
#ACACF9
Darker shades and lighter tints of Bluebonnet, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#020218
#050545
#080873
#0B0BA0
#0E0ECE
#1C1CF0
Base
#4545F3
#6D6DF5
#9696F8
#BEBEFB
#E7E7FD
Ready-to-use code snippets for #1C1CF0. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #1C1CF0;
}
/* Text */
.element {
color: #1C1CF0;
}
/* Border */
.element {
border: 1px solid #1C1CF0;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#1C1CF0,
#FDFDE3
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#1C1CF0,
#FDFDE3
);
}
// SCSS variable
$bluebonnet: #1C1CF0;
// With RGB channels (useful for rgba() usage)
$bluebonnet-r: 28;
$bluebonnet-g: 28;
$bluebonnet-b: 240;
// Usage
.element {
background-color: $bluebonnet;
color: rgba($bluebonnet-r, $bluebonnet-g, $bluebonnet-b, 0.8);
}
How Bluebonnet appears to people with different types of color vision deficiency.
#1C1CF0
How the color appears with full color vision.
#1C1CF0
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#1C1CF0
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#006161
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#4D4D4D
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.