Sea Green

#307E82

Cyan

Color Codes

All color formats for development

HEX
#307E82
RGB
rgb(48, 126, 130)
HSL
hsl(183, 46%, 35%)
OKLCH
oklch(0.547 0.075 199.9)
CMYK
cmyk(63%, 3%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.74:1

AA AAA

On Black Background

4.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FB
100
#E5F5
200
#CFEC
300
#A9DD
400
#7DCB
500
#57BC
600
#3D9F
700
#307E
800
#225A
900
#163A
950
#0E24

Shades

Darker variations

1#2B7275
2#276568
3#22585B
4#1D4C4E
5#183F41
6#133234
7#0E2627
8#0A191A
9#050D0D

Tints

Lighter variations

1#39969B
2#42ADB3
3#56BBC0
4#6EC5C9
5#86CED2
6#9ED8DB
7#B6E2E4
8#CFECED
9#E7F5F6

Tones

Muted variations

1#347B7E
2#38777A
3#3D7376
4#416F72
5#456C6E
6#49686A
7#4D6466
8#516161
9#555D5D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FB
#F4FBFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F5
#E5F5F5
Light backgroundsTable row hoverSkeleton loading
200
CFEC
#CFECED
Secondary backgroundsInput backgroundsDividers
300
A9DD
#A9DDDF
BordersInactive statesPlaceholder text
400
7DCB
#7DCBCF
Disabled statesSecondary iconsMuted text
500
57BC
#57BCC1
Primary brand colorCTAsActive elementsLinks
600
3D9F
#3D9FA4
Hover statesFocus ringsPrimary buttons hover
700
307E
#307E82
Active/pressed statesDark mode accentsSecondary text
800
225A
#225A5D
Text on light backgroundsHeadingsStrong borders
900
163A
#163A3C
Primary textHigh emphasis contentDark headings
950
0E24
#0E2425
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F4FBFB;
  --sea-green-100: #E5F5F5;
  --sea-green-200: #CFECED;
  --sea-green-300: #A9DDDF;
  --sea-green-400: #7DCBCF;
  --sea-green-500: #57BCC1;
  --sea-green-600: #3D9FA4;
  --sea-green-700: #307E82;
  --sea-green-800: #225A5D;
  --sea-green-900: #163A3C;
  --sea-green-950: #0E2425;
}
Generate More ShadesCreate PaletteConvert Color