Sky Blue

#61B8EA

Blue

Color Codes

All color formats for development

HEX
#61B8EA
RGB
rgb(97, 184, 234)
HSL
hsl(202, 77%, 65%)
OKLCH
oklch(0.748 0.111 236.1)
CMYK
cmyk(59%, 21%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

2.20:1

AA AAA

On Black Background

9.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DFF1
200
#C4E5
300
#97D0
400
#61B8
500
#34A4
600
#1A87
700
#156C
800
#0F4D
900
#0931
950
#061F

Shades

Darker variations

1#44ABE7
2#269EE3
3#1B8CCD
4#1778B0
5#136493
6#0F5075
7#0B3C58
8#08283B
9#04141D

Tints

Lighter variations

1#71BFED
2#81C6EF
3#90CDF1
4#A0D4F3
5#B0DCF5
6#C0E3F7
7#D0EAF9
8#DFF1FB
9#EFF8FD

Tones

Muted variations

1#68B6E4
2#6FB4DD
3#76B3D6
4#7DB1CF
5#83AFC8
6#8AADC1
7#91ABBA
8#98A9B3
9#9FA8AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FD
BackgroundsSubtle highlightsCard backgrounds
100
DFF1
#DFF1FB
Light backgroundsTable row hoverSkeleton loading
200
C4E5
#C4E5F7
Secondary backgroundsInput backgroundsDividers
300
97D0
#97D0F2
BordersInactive statesPlaceholder text
400
61B8
#61B8EA
Disabled statesSecondary iconsMuted text
500
34A4
#34A4E5
Primary brand colorCTAsActive elementsLinks
600
1A87
#1A87C7
Hover statesFocus ringsPrimary buttons hover
700
156C
#156C9E
Active/pressed statesDark mode accentsSecondary text
800
0F4D
#0F4D71
Text on light backgroundsHeadingsStrong borders
900
0931
#093148
Primary textHigh emphasis contentDark headings
950
061F
#061F2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F9FD;
  --sky-blue-100: #DFF1FB;
  --sky-blue-200: #C4E5F7;
  --sky-blue-300: #97D0F2;
  --sky-blue-400: #61B8EA;
  --sky-blue-500: #34A4E5;
  --sky-blue-600: #1A87C7;
  --sky-blue-700: #156C9E;
  --sky-blue-800: #0F4D71;
  --sky-blue-900: #093148;
  --sky-blue-950: #061F2D;
}
Generate More ShadesCreate PaletteConvert Color