Sea Green

#446D6F

Cyan

Color Codes

All color formats for development

HEX
#446D6F
RGB
rgb(68, 109, 111)
HSL
hsl(183, 24%, 35%)
OKLCH
oklch(0.505 0.046 199.7)
CMYK
cmyk(39%, 2%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

5.73:1

AA AAA

On Black Background

3.66: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
#90B9
500
#71A5
600
#5588
700
#446D
800
#304E
900
#1F32
950
#131F

Shades

Darker variations

1#3D6264
2#365759
3#2F4C4D
4#294142
5#223637
6#1B2B2C
7#142121
8#0E1616
9#070B0B

Tints

Lighter variations

1#508183
2#5D9598
3#6FA4A7
4#84B1B3
5#98BEC0
6#ADCBCD
7#C1D8D9
8#D6E5E6
9#EAF2F2

Tones

Muted variations

1#466B6D
2#48696A
3#4A6768
4#4C6566
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
90B9
#90B9BB
Disabled statesSecondary iconsMuted text
500
71A5
#71A5A8
Primary brand colorCTAsActive elementsLinks
600
5588
#55888B
Hover statesFocus ringsPrimary buttons hover
700
446D
#446D6F
Active/pressed statesDark mode accentsSecondary text
800
304E
#304E4F
Text on light backgroundsHeadingsStrong borders
900
1F32
#1F3233
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: #90B9BB;
  --sea-green-500: #71A5A8;
  --sea-green-600: #55888B;
  --sea-green-700: #446D6F;
  --sea-green-800: #304E4F;
  --sea-green-900: #1F3233;
  --sea-green-950: #131F20;
}
Generate More ShadesCreate PaletteConvert Color