Sky Blue

#61EADA

Cyan

Color Codes

All color formats for development

HEX
#61EADA
RGB
rgb(97, 234, 218)
HSL
hsl(173, 77%, 65%)
OKLCH
oklch(0.858 0.121 184.7)
CMYK
cmyk(59%, 0%, 7%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.47:1

AA AAA

On Black Background

14.29: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#44E7D4
2#26E3CD
3#1BCDB9
4#17B09E
5#139384
6#0F7569
7#0B584F
8#083B35
9#041D1A

Tints

Lighter variations

1#71EDDE
2#81EFE2
3#90F1E5
4#A0F3E9
5#B0F5ED
6#C0F7F0
7#D0F9F4
8#DFFBF8
9#EFFDFB

Tones

Muted variations

1#68E4D5
2#6FDDD0
3#76D6CB
4#7DCFC5
5#83C8C0
6#8AC1BB
7#91BAB6
8#98B3B0
9#9FADAB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF8
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7F1
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2E7
BordersInactive statesPlaceholder text
400
61EA
#61EADA
Disabled statesSecondary iconsMuted text
500
34E5
#34E5D0
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC7B2
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E8E
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F7165
Text on light backgroundsHeadingsStrong borders
900
0948
#094841
Primary textHigh emphasis contentDark headings
950
062D
#062D29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDFC;
  --sky-blue-100: #DFFBF8;
  --sky-blue-200: #C4F7F1;
  --sky-blue-300: #97F2E7;
  --sky-blue-400: #61EADA;
  --sky-blue-500: #34E5D0;
  --sky-blue-600: #1AC7B2;
  --sky-blue-700: #159E8E;
  --sky-blue-800: #0F7165;
  --sky-blue-900: #094841;
  --sky-blue-950: #062D29;
}
Generate More ShadesCreate PaletteConvert Color