#9abda4
Summer Green
Closest match (97% match)
Color formats
RGB
rgb(154, 189, 164)
Red, Green, Blue components
HSL
hsl(137, 0, 1, 1)
Hue, Saturation, Lightness
CMYK
cmyk(19, 0, 13, 26)
Print color encoding
Luminance
0.459
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#9abda4
#bd9ab3
Analogous (Adjacent)
#a2bd9a
#9abda4
#9abdb6
Triadic
#9abda4
#a49abd
#bda49a
Split complementary
#9abda4
#b69abd
#bd9aa2
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
a0c1a9
9abda4
23422e
000000
Marketing and vibrant
9abda4
56ca84
bd9ab3
c491d2
FFFFFF
Harmonious and natural
a7bd9a
9cbd9a
9abda4
9abdb0
9abdbb
Pop Art and trendy
9abda4
b2bad6
d38fc1
a59e83
e5ffff
Complete conversion table
HEX
#9ABDA4
RGB
rgb(154,189,164)
RGBA
rgba(154,189,164, 1)
HSL
hsl(137.14,20.96%,67.25%)
OKLCH (Modern CSS)
oklch(0.77 0.05 154.0)
CSS Variable
--color: #9abda4;
CMYK
C: 19% M: 0% Y: 13% K: 26%
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
0xFF9ABDA4
Swift UIColor
UIColor(red: 0.60, green: 0.74, blue: 0.64, alpha: 1.0)
Decimal (int)
10141092
JSON
{ "color": "#9ABDA4" }
CIE LAB
L: 73.5 a: -16.8 b: 8.8
CIE LCH
L: 73.5 C: 18.9 H: 152.4
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.
Organic
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Merriweather'
400 Regular
'Open Sans'
Eco and natural
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Raleway'
400 Regular
'Source Sans Pro'
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'
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'
Accessibility
Contrast and readability (WCAG)
On white background
2.06
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
10.19
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
Nature
"The color of growth and renewal. It radiates freshness, health, and vitality, creating a direct connection to the power of nature."
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
#9ABDA4
Result
#9ABDA4
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#9ABDA4
0%+
Mix color
#808080
100%Result
#8D9E92
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
72%
16%
12%
RYB PIGMENTS
Titanium white
Pigment
72%
Ultramarine blue
Pigment
16%
Cadmium yellow
Pigment
12%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
26%
KEY
19%
CYAN
13%
P
CMYK INKS
Black (Key)
Ink
26%
Cyan
Ink
19%
Yellow
Ink
13%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
516 nm
581 THz • 2.40 eV
750nm
380nm
Color temperature
Cool
~5000-10000K
Cool
Warm
Luminance (brightness)
45.9%
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
emerald-200
#a7f3d0
ΔE: 13.5
Google Material
Original
Standard
Green 200
#A5D6A7
ΔE: 8.3
CSS Color Name
Original
Standard
DarkSeaGreen
#8FBC8F
ΔE: 6.0
Apple System (iOS)
Original
Standard
System Mint
#00C7BE
ΔE: 15.9
Pantone (PMS)
Original
Standard
PMS 14-6011 grayed-jade
#9BBEA9
ΔE: 1.4
RAL Classic
Original
Standard
RAL 6019 Pastel green
#B9CEAC
ΔE: 7.0
Copic Marker
Original
Standard
Bush
#9ab09e
ΔE: 5.1
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #9abda4;
--rgb-primary: 154, 189, 164;
}SCSS variable
1
2
3
4
5
$color-primary: #9abda4;
$rgb-primary: (154, 189, 164);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#9abda4',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#9abda4',
},
text: {
color: '#9abda4',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 0.6039215686274509,
green: 0.7411764705882353,
blue: 0.6431372549019608
)Full JSON data
1
2
3
4
5
{
"name": "Summer Green",
"hex": "#9abda4",
"rgb": {
"r": 154,
"g": 189,
"b": 164
},
"hsl": {
"h": 137,
"s": 21,
"l": 67
}
}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