Sky Blue

#66E5BB

Green

Color Codes

All color formats for development

HEX
#66E5BB
RGB
rgb(102, 229, 187)
HSL
hsl(160, 71%, 65%)
OKLCH
oklch(0.839 0.129 168.6)
CMYK
cmyk(55%, 0%, 18%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F5
300
#9BEE
400
#66E5
500
#3BDE
600
#21C0
700
#1A99
800
#126D
900
#0C46
950
#072C

Shades

Darker variations

1#4AE0AE
2#2EDCA2
3#22C68F
4#1DAA7B
5#188E66
6#137152
7#0E553D
8#0A3929
9#051C14

Tints

Lighter variations

1#76E8C2
2#85EAC8
3#94EDCF
4#A3EFD6
5#B3F2DD
6#C2F5E4
7#D1F7EB
8#E0FAF1
9#F0FCF8

Tones

Muted variations

1#6DDFB9
2#73D8B7
3#79D2B5
4#80CCB2
5#86C5B0
6#8CBFAE
7#93B9AC
8#99B2AA
9#9FACA8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF1
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5E6
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEED2
BordersInactive statesPlaceholder text
400
66E5
#66E5BB
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDEA7
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C08B
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A996E
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D4F
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C4632
Primary textHigh emphasis contentDark headings
950
072C
#072C20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FDF9;
  --sky-blue-100: #E0FAF1;
  --sky-blue-200: #C6F5E6;
  --sky-blue-300: #9BEED2;
  --sky-blue-400: #66E5BB;
  --sky-blue-500: #3BDEA7;
  --sky-blue-600: #21C08B;
  --sky-blue-700: #1A996E;
  --sky-blue-800: #126D4F;
  --sky-blue-900: #0C4632;
  --sky-blue-950: #072C20;
}
Generate More ShadesCreate PaletteConvert Color