Sky Blue

#61EAC1

Green

Color Codes

All color formats for development

HEX
#61EAC1
RGB
rgb(97, 234, 193)
HSL
hsl(162, 77%, 65%)
OKLCH
oklch(0.85 0.134 170.3)
CMYK
cmyk(59%, 0%, 18%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.49:1

AA AAA

On Black Background

14.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F7
300
#97F2
400
#61EA
500
#34E5
600
#1AC7
700
#159E
800
#0F71
900
#0948
950
#062D

Shades

Darker variations

1#44E7B6
2#26E3AA
3#1BCD98
4#17B082
5#13936C
6#0F7557
7#0B5841
8#083B2B
9#041D16

Tints

Lighter variations

1#71EDC7
2#81EFCE
3#90F1D4
4#A0F3DA
5#B0F5E0
6#C0F7E6
7#D0F9EC
8#DFFBF3
9#EFFDF9

Tones

Muted variations

1#68E4BE
2#6FDDBC
3#76D6B9
4#7DCFB6
5#83C8B3
6#8AC1B1
7#91BAAE
8#98B3AB
9#9FADA8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF3
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7E8
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2D6
BordersInactive statesPlaceholder text
400
61EA
#61EAC1
Disabled statesSecondary iconsMuted text
500
34E5
#34E5B0
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC793
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E75
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F7153
Text on light backgroundsHeadingsStrong borders
900
0948
#094835
Primary textHigh emphasis contentDark headings
950
062D
#062D21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDFA;
  --sky-blue-100: #DFFBF3;
  --sky-blue-200: #C4F7E8;
  --sky-blue-300: #97F2D6;
  --sky-blue-400: #61EAC1;
  --sky-blue-500: #34E5B0;
  --sky-blue-600: #1AC793;
  --sky-blue-700: #159E75;
  --sky-blue-800: #0F7153;
  --sky-blue-900: #094835;
  --sky-blue-950: #062D21;
}
Generate More ShadesCreate PaletteConvert Color