Sea Green

#307B82

Cyan

Color Codes

All color formats for development

HEX
#307B82
RGB
rgb(48, 123, 130)
HSL
hsl(185, 46%, 35%)
OKLCH
oklch(0.54 0.074 203.8)
CMYK
cmyk(63%, 5%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.91:1

AA AAA

On Black Background

4.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F4
200
#CFEB
300
#A9DB
400
#7DC8
500
#57B8
600
#3D9B
700
#307B
800
#2258
900
#1638
950
#0E23

Shades

Darker variations

1#2B6F75
2#276368
3#22565B
4#1D4A4E
5#183E41
6#133134
7#0E2527
8#0A191A
9#050C0D

Tints

Lighter variations

1#39929B
2#42A9B3
3#56B7C0
4#6EC2C9
5#86CCD2
6#9ED6DB
7#B6E0E4
8#CFEBED
9#E7F5F6

Tones

Muted variations

1#34787E
2#38757A
3#3D7176
4#416E72
5#456A6E
6#49676A
7#4D6466
8#516061
9#555D5D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F4
#E5F4F5
Light backgroundsTable row hoverSkeleton loading
200
CFEB
#CFEBED
Secondary backgroundsInput backgroundsDividers
300
A9DB
#A9DBDF
BordersInactive statesPlaceholder text
400
7DC8
#7DC8CF
Disabled statesSecondary iconsMuted text
500
57B8
#57B8C1
Primary brand colorCTAsActive elementsLinks
600
3D9B
#3D9BA4
Hover statesFocus ringsPrimary buttons hover
700
307B
#307B82
Active/pressed statesDark mode accentsSecondary text
800
2258
#22585D
Text on light backgroundsHeadingsStrong borders
900
1638
#16383C
Primary textHigh emphasis contentDark headings
950
0E23
#0E2325
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F4FAFB;
  --sea-green-100: #E5F4F5;
  --sea-green-200: #CFEBED;
  --sea-green-300: #A9DBDF;
  --sea-green-400: #7DC8CF;
  --sea-green-500: #57B8C1;
  --sea-green-600: #3D9BA4;
  --sea-green-700: #307B82;
  --sea-green-800: #22585D;
  --sea-green-900: #16383C;
  --sea-green-950: #0E2325;
}
Generate More ShadesCreate PaletteConvert Color