Sea Green

#268C3E

Green

Color Codes

All color formats for development

HEX
#268C3E
RGB
rgb(38, 140, 62)
HSL
hsl(134, 57%, 35%)
OKLCH
oklch(0.565 0.147 147.4)
CMYK
cmyk(73%, 0%, 56%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.28:1

AA AAA

On Black Background

4.90: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#237E38
2#1F7032
3#1B622B
4#175425
5#13461F
6#0F3819
7#0C2A13
8#081C0C
9#040E06

Tints

Lighter variations

1#2EA64A
2#35C055
3#49CD68
4#63D47D
5#7DDB93
6#97E2A9
7#B1EABE
8#CBF1D4
9#E5F8E9

Tones

Muted variations

1#2B8741
2#318244
3#367D46
4#3B7849
5#40734C
6#456E4E
7#4A6951
8#4F6354
9#545E57

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7E8
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1D4
Secondary backgroundsInput backgroundsDividers
300
A3E6
#A3E6B3
BordersInactive statesPlaceholder text
400
73D9
#73D98B
Disabled statesSecondary iconsMuted text
500
4BCE
#4BCE69
Primary brand colorCTAsActive elementsLinks
600
30B0
#30B04E
Hover statesFocus ringsPrimary buttons hover
700
268C
#268C3E
Active/pressed statesDark mode accentsSecondary text
800
1B64
#1B642C
Text on light backgroundsHeadingsStrong borders
900
1240
#12401C
Primary textHigh emphasis contentDark headings
950
0B28
#0B2812
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F3FCF5;
  --sea-green-100: #E3F7E8;
  --sea-green-200: #CBF1D4;
  --sea-green-300: #A3E6B3;
  --sea-green-400: #73D98B;
  --sea-green-500: #4BCE69;
  --sea-green-600: #30B04E;
  --sea-green-700: #268C3E;
  --sea-green-800: #1B642C;
  --sea-green-900: #12401C;
  --sea-green-950: #0B2812;
}
Generate More ShadesCreate PaletteConvert Color