Sea Green

#446C6F

Cyan

Color Codes

All color formats for development

HEX
#446C6F
RGB
rgb(68, 108, 111)
HSL
hsl(184, 24%, 35%)
OKLCH
oklch(0.503 0.045 201.9)
CMYK
cmyk(39%, 3%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

5.80:1

AA AAA

On Black Background

3.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F1
200
#D6E5
300
#B6D1
400
#90B8
500
#71A4
600
#5588
700
#446C
800
#304D
900
#1F31
950
#131F

Shades

Darker variations

1#3D6164
2#365659
3#2F4B4D
4#294142
5#223637
6#1B2B2C
7#142021
8#0E1616
9#070B0B

Tints

Lighter variations

1#508083
2#5D9498
3#6FA3A7
4#84B0B3
5#98BDC0
6#ADCACD
7#C1D8D9
8#D6E5E6
9#EAF2F2

Tones

Muted variations

1#466A6D
2#48686A
3#4A6668
4#4C6466
5#4F6364
6#516162
7#535F60
8#555D5E
9#575B5B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F1
#E9F1F1
Light backgroundsTable row hoverSkeleton loading
200
D6E5
#D6E5E6
Secondary backgroundsInput backgroundsDividers
300
B6D1
#B6D1D2
BordersInactive statesPlaceholder text
400
90B8
#90B8BB
Disabled statesSecondary iconsMuted text
500
71A4
#71A4A8
Primary brand colorCTAsActive elementsLinks
600
5588
#55888B
Hover statesFocus ringsPrimary buttons hover
700
446C
#446C6F
Active/pressed statesDark mode accentsSecondary text
800
304D
#304D4F
Text on light backgroundsHeadingsStrong borders
900
1F31
#1F3133
Primary textHigh emphasis contentDark headings
950
131F
#131F20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F6F9F9;
  --sea-green-100: #E9F1F1;
  --sea-green-200: #D6E5E6;
  --sea-green-300: #B6D1D2;
  --sea-green-400: #90B8BB;
  --sea-green-500: #71A4A8;
  --sea-green-600: #55888B;
  --sea-green-700: #446C6F;
  --sea-green-800: #304D4F;
  --sea-green-900: #1F3133;
  --sea-green-950: #131F20;
}
Generate More ShadesCreate PaletteConvert Color