Sea Green

#1B6462

Cyan

Color Codes

All color formats for development

HEX
#1B6462
RGB
rgb(27, 100, 98)
HSL
hsl(178, 57%, 25%)
OKLCH
oklch(0.459 0.069 192.3)
CMYK
cmyk(73%, 0%, 2%, 61%)

Accessibility

WCAG contrast compliance

On White Background

6.89:1

AA AAA

On Black Background

3.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF1
300
#A3E6
400
#73D9
500
#4BCE
600
#30B0
700
#268C
800
#1B64
900
#1240
950
#0B28

Shades

Darker variations

1#195A58
2#16504E
3#134644
4#103C3B
5#0E3231
6#0B2827
7#081E1D
8#051414
9#030A0A

Tints

Lighter variations

1#24827F
2#2CA09C
3#34BEBA
4#4BCEC9
5#69D6D2
6#87DEDB
7#A5E6E4
8#C3EFED
9#E1F7F6

Tones

Muted variations

1#1F605E
2#235D5B
3#265957
4#2A5654
5#2E5251
6#314E4D
7#354B4A
8#384747
9#3C4343

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F7
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1EF
Secondary backgroundsInput backgroundsDividers
300
A3E6
#A3E6E4
BordersInactive statesPlaceholder text
400
73D9
#73D9D5
Disabled statesSecondary iconsMuted text
500
4BCE
#4BCEC9
Primary brand colorCTAsActive elementsLinks
600
30B0
#30B0AC
Hover statesFocus ringsPrimary buttons hover
700
268C
#268C89
Active/pressed statesDark mode accentsSecondary text
800
1B64
#1B6462
Text on light backgroundsHeadingsStrong borders
900
1240
#12403F
Primary textHigh emphasis contentDark headings
950
0B28
#0B2827
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F3FCFB;
  --sea-green-100: #E3F7F7;
  --sea-green-200: #CBF1EF;
  --sea-green-300: #A3E6E4;
  --sea-green-400: #73D9D5;
  --sea-green-500: #4BCEC9;
  --sea-green-600: #30B0AC;
  --sea-green-700: #268C89;
  --sea-green-800: #1B6462;
  --sea-green-900: #12403F;
  --sea-green-950: #0B2827;
}
Generate More ShadesCreate PaletteConvert Color