#1a1a2e
Mirage
Closest match (97% match)
Color formats
RGB
rgb(26, 26, 46)
Red, Green, Blue components
HSL
hsl(240, 0, 0, 1)
Hue, Saturation, Lightness
CMYK
cmyk(43, 43, 0, 82)
Print color encoding
Luminance
0.012
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#1a1a2e
#2e2e1a
Analogous (Adjacent)
#1a242e
#1a1a2e
#241a2e
Triadic
#1a1a2e
#2e1a1a
#1a2e1a
Split complementary
#1a1a2e
#2e241a
#242e1a
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
b9b8bf
1a1a2e
3b3a4c
000000
Marketing and vibrant
1a1a2e
00165c
2e2e1a
3a2000
FFFFFF
Harmonious and natural
1a272e
1a212e
1a1a2e
211a2e
271a2e
Pop Art and trendy
1a1a2e
422d37
2d3000
051c11
68566d
Complete conversion table
HEX
#1A1A2E
RGB
rgb(26,26,46)
RGBA
rgba(26,26,46, 1)
HSL
hsl(240,27.78%,14.12%)
OKLCH (Modern CSS)
oklch(0.23 0.04 282.9)
CSS Variable
--color: #1a1a2e;
CMYK
C: 43% M: 43% Y: 0% K: 82%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFF1A1A2E
Swift UIColor
UIColor(red: 0.10, green: 0.10, blue: 0.18, alpha: 1.0)
Decimal (int)
1710638
JSON
{ "color": "#1A1A2E" }
CIE LAB
L: 10.2 a: 6.2 b: -13.4
CIE LCH
L: 10.2 C: 14.7 H: 294.8
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Modern
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Inter'
400 Regular
'Inter'
Technological
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'JetBrains Mono'
400 Regular
-apple-system
Futuristic
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Orbitron'
400 Regular
'Rajdhani'
Brutalist
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Oswald'
400 Regular
'Arial Black'
Accessibility
Contrast and readability (WCAG)
On white background
17.06
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
1.23
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Trust
"The suit of the corporate world. Communicates absolute reliability, logic, and expertise. It does not gamble, it plays it safe."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Potential negative effects
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#1A1A2E
Result
#1A1A2E
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#1A1A2E
0%+
Mix color
#808080
100%Result
#4B4A56
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
90%
10%
RYB PIGMENTS
Ivory black
Pigment
90%
Ultramarine blue
Pigment
10%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
82%
KEY
43%
CYAN
43%
MAGENTA
CMYK INKS
Black (Key)
Ink
82%
Cyan
Ink
43%
Magenta
Ink
43%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
459 nm
654 THz • 2.70 eV
750nm
380nm
Color temperature
Cool
~5000-10000K
Cool
Warm
Luminance (brightness)
1.2%
Sötét / Dark
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
slate-900
#0f172a
ΔE: 3.9
Google Material
Original
Standard
Grey 900
#212121
ΔE: 12.0
CSS Color Name
Original
Standard
Black
#000000
ΔE: 13.4
Apple System (iOS)
Original
Standard
System Graphite
#48484A
ΔE: 17.8
Pantone (PMS)
Original
Standard
PMS 19-3815 evening-blue
#2A293E
ΔE: 4.8
RAL Classic
Original
Standard
RAL 5004 Black blue
#191E28
ΔE: 7.1
Copic Marker
Original
Standard
Cool Gray No.10
#1f1e1e
ΔE: 11.7
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #1a1a2e;
--rgb-primary: 26, 26, 46;
}SCSS variable
1
2
3
4
5
$color-primary: #1a1a2e;
$rgb-primary: (26, 26, 46);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#1a1a2e',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#1a1a2e',
},
text: {
color: '#1a1a2e',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 0.10196078431372549,
green: 0.10196078431372549,
blue: 0.1803921568627451
)Full JSON data
1
2
3
4
5
{
"name": "Mirage",
"hex": "#1a1a2e",
"rgb": {
"r": 26,
"g": 26,
"b": 46
},
"hsl": {
"h": 240,
"s": 28,
"l": 14
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes