#b3b3b3
Nobel
Closest match (97% match)
Color formats
RGB
rgb(179, 179, 179)
Red, Green, Blue components
HSL
hsl(0, 0, 1, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 0, 0, 30)
Print color encoding
Luminance
0.451
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#b3b3b3
#b3b3b3
Analogous (Adjacent)
#b3b3b3
#b3b3b3
#b3b3b3
Triadic
#b3b3b3
#b3b3b3
#b3b3b3
Split complementary
#b3b3b3
#b3b3b3
#b3b3b3
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
b9b9b9
b3b3b3
3b3b3b
000000
Marketing and vibrant
b3b3b3
f19ab4
b3b3b3
d4a8b4
FFFFFF
Harmonious and natural
b3b3b3
b3b3b3
b3b3b3
b3b3b3
b3b3b3
Pop Art and trendy
b3b3b3
cccccc
d4a8b4
9b9b9b
ffffff
Complete conversion table
HEX
#B3B3B3
RGB
rgb(179,179,179)
RGBA
rgba(179,179,179, 1)
HSL
hsl(0,0%,70.2%)
OKLCH (Modern CSS)
oklch(0.77 0.00 NaN)
CSS Variable
--color: #b3b3b3;
CMYK
C: 0% M: 0% Y: 0% K: 30%
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
0xFFB3B3B3
Swift UIColor
UIColor(red: 0.70, green: 0.70, blue: 0.70, alpha: 1.0)
Decimal (int)
11776947
JSON
{ "color": "#B3B3B3" }
CIE LAB
L: 72.9 a: -0.0 b: 0.0
CIE LCH
L: 72.9 C: 0.0 H: NaN
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.
Minimalist
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
Helvetica
400 Regular
-apple-system
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'
Calm
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Spectral'
400 Regular
'IBM Plex Sans'
Elegant
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Playfair Display'
400 Regular
'Lato'
Accessibility
Contrast and readability (WCAG)
On white background
2.10
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
10.02
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
Balance
"A cornerstone of modern minimalism. Intellectual, uncompromising, and technological. It conveys stability without emotional extremes."
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
#B3B3B3
Result
#B3B3B3
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#B3B3B3
0%+
Mix color
#808080
100%Result
#999999
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
100%
RYB PIGMENTS
Titanium white
Pigment
100%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
30%
KEY
CMYK INKS
Black (Key)
Ink
30%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
N/A
750nm
380nm
Color temperature
Neutral
Cool
Warm
Luminance (brightness)
45.1%
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
neutral-400
#a3a3a3
ΔE: 4.6
Google Material
Original
Standard
Grey 400
#BDBDBD
ΔE: 2.7
CSS Color Name
Original
Standard
DarkGray
#A9A9A9
ΔE: 2.8
Apple System (iOS)
Original
Standard
System Gray 2
#AEAEB2
ΔE: 2.6
Pantone (PMS)
Original
Standard
PMS 14-4202 harbor-mist
#AFB1B4
ΔE: 1.8
RAL Classic
Original
Standard
RAL 7038 Agate grey
#B0B0A9
ΔE: 3.9
Copic Marker
Original
Standard
Neutral Gray No.5
#b7b6b6
ΔE: 1.0
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #b3b3b3;
--rgb-primary: 179, 179, 179;
}SCSS variable
1
2
3
4
5
$color-primary: #b3b3b3;
$rgb-primary: (179, 179, 179);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#b3b3b3',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#b3b3b3',
},
text: {
color: '#b3b3b3',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 0.7019607843137254,
green: 0.7019607843137254,
blue: 0.7019607843137254
)Full JSON data
1
2
3
4
5
{
"name": "Nobel",
"hex": "#b3b3b3",
"rgb": {
"r": 179,
"g": 179,
"b": 179
},
"hsl": {
"h": 0,
"s": 0,
"l": 70
}
}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