Sea Green

#416A71

Cyan

Color Codes

All color formats for development

HEX
#416A71
RGB
rgb(65, 106, 113)
HSL
hsl(189, 27%, 35%)
OKLCH
oklch(0.497 0.047 209.4)
CMYK
cmyk(42%, 6%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

5.96:1

AA AAA

On Black Background

3.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F1
200
#D5E4
300
#B5CF
400
#8EB7
500
#6DA2
600
#5285
700
#416A
800
#2F4C
900
#1E31
950
#131E

Shades

Darker variations

1#3B6066
2#34555B
3#2E4A4F
4#274044
5#213539
6#1A2A2D
7#142022
8#0D1517
9#070B0B

Tints

Lighter variations

1#4D7E86
2#59929B
3#6CA1AA
4#81AEB6
5#96BCC3
6#ABC9CF
7#C0D7DB
8#D5E4E7
9#EAF2F3

Tones

Muted variations

1#44686F
2#46676D
3#48656A
4#4B6368
5#4D6265
6#506063
7#525E60
8#545D5E
9#575B5C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E8F1
#E8F1F2
Light backgroundsTable row hoverSkeleton loading
200
D5E4
#D5E4E7
Secondary backgroundsInput backgroundsDividers
300
B5CF
#B5CFD4
BordersInactive statesPlaceholder text
400
8EB7
#8EB7BE
Disabled statesSecondary iconsMuted text
500
6DA2
#6DA2AB
Primary brand colorCTAsActive elementsLinks
600
5285
#52858E
Hover statesFocus ringsPrimary buttons hover
700
416A
#416A71
Active/pressed statesDark mode accentsSecondary text
800
2F4C
#2F4C51
Text on light backgroundsHeadingsStrong borders
900
1E31
#1E3134
Primary textHigh emphasis contentDark headings
950
131E
#131E20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F5F9F9;
  --sea-green-100: #E8F1F2;
  --sea-green-200: #D5E4E7;
  --sea-green-300: #B5CFD4;
  --sea-green-400: #8EB7BE;
  --sea-green-500: #6DA2AB;
  --sea-green-600: #52858E;
  --sea-green-700: #416A71;
  --sea-green-800: #2F4C51;
  --sea-green-900: #1E3134;
  --sea-green-950: #131E20;
}
Generate More ShadesCreate PaletteConvert Color