Sky Blue

#6CE0BB

Green

Color Codes

All color formats for development

HEX
#6CE0BB
RGB
rgb(108, 224, 187)
HSL
hsl(161, 65%, 65%)
OKLCH
oklch(0.829 0.119 169.9)
CMYK
cmyk(52%, 0%, 17%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.61:1

AA AAA

On Black Background

13.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C8F3
300
#9EEA
400
#6CE0
500
#42D7
600
#27B9
700
#1F93
800
#1669
900
#0E43
950
#092A

Shades

Darker variations

1#50DAAE
2#35D4A2
3#29BF90
4#23A47B
5#1D8967
6#176D52
7#11523E
8#0C3729
9#061B15

Tints

Lighter variations

1#7AE3C2
2#89E6C9
3#98E9CF
4#A7ECD6
5#B5EFDD
6#C4F3E4
7#D3F6EB
8#E2F9F1
9#F0FCF8

Tones

Muted variations

1#72DAB9
2#77D4B7
3#7DCEB5
4#83C9B3
5#89C3B0
6#8FBDAE
7#94B7AC
8#9AB1AA
9#A0ACA8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F1
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3E6
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAD2
BordersInactive statesPlaceholder text
400
6CE0
#6CE0BB
Disabled statesSecondary iconsMuted text
500
42D7
#42D7A8
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B98B
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F936F
Active/pressed statesDark mode accentsSecondary text
800
1669
#16694F
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E4333
Primary textHigh emphasis contentDark headings
950
092A
#092A20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FCF9;
  --sky-blue-100: #E2F9F1;
  --sky-blue-200: #C8F3E6;
  --sky-blue-300: #9EEAD2;
  --sky-blue-400: #6CE0BB;
  --sky-blue-500: #42D7A8;
  --sky-blue-600: #27B98B;
  --sky-blue-700: #1F936F;
  --sky-blue-800: #16694F;
  --sky-blue-900: #0E4333;
  --sky-blue-950: #092A20;
}
Generate More ShadesCreate PaletteConvert Color