Sea Green

#346E7F

Cyan

Color Codes

All color formats for development

HEX
#346E7F
RGB
rgb(52, 110, 127)
HSL
hsl(194, 42%, 35%)
OKLCH
oklch(0.506 0.066 219.6)
CMYK
cmyk(59%, 13%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

5.70:1

AA AAA

On Black Background

3.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E6F1
200
#D0E5
300
#ACD1
400
#80BA
500
#5CA6
600
#4189
700
#346D
800
#254E
900
#1832
950
#0F1F

Shades

Darker variations

1#2F6272
2#295765
3#244C59
4#1F424C
5#1A373F
6#152C33
7#102126
8#0A1619
9#050B0D

Tints

Lighter variations

1#3D8296
2#4796AE
3#5AA5BC
4#72B2C5
5#89BFCF
6#A1CCD9
7#B8D8E2
8#D0E5EC
9#E7F2F5

Tones

Muted variations

1#386B7B
2#3B6977
3#3F6773
4#436570
5#47636C
6#4A6168
7#4E5F64
8#525D61
9#565B5D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E6F1
#E6F1F5
Light backgroundsTable row hoverSkeleton loading
200
D0E5
#D0E5EC
Secondary backgroundsInput backgroundsDividers
300
ACD1
#ACD1DD
BordersInactive statesPlaceholder text
400
80BA
#80BACB
Disabled statesSecondary iconsMuted text
500
5CA6
#5CA6BC
Primary brand colorCTAsActive elementsLinks
600
4189
#41899F
Hover statesFocus ringsPrimary buttons hover
700
346D
#346D7F
Active/pressed statesDark mode accentsSecondary text
800
254E
#254E5B
Text on light backgroundsHeadingsStrong borders
900
1832
#18323A
Primary textHigh emphasis contentDark headings
950
0F1F
#0F1F24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F4F9FB;
  --sea-green-100: #E6F1F5;
  --sea-green-200: #D0E5EC;
  --sea-green-300: #ACD1DD;
  --sea-green-400: #80BACB;
  --sea-green-500: #5CA6BC;
  --sea-green-600: #41899F;
  --sea-green-700: #346D7F;
  --sea-green-800: #254E5B;
  --sea-green-900: #18323A;
  --sea-green-950: #0F1F24;
}
Generate More ShadesCreate PaletteConvert Color