Sky Blue

#61B3EA

Blue

Color Codes

All color formats for development

HEX
#61B3EA
RGB
rgb(97, 179, 234)
HSL
hsl(204, 77%, 65%)
OKLCH
oklch(0.737 0.113 240.1)
CMYK
cmyk(59%, 24%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

2.30:1

AA AAA

On Black Background

9.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DFF0
200
#C4E3
300
#97CD
400
#61B3
500
#349E
600
#1A81
700
#1567
800
#0F4A
900
#092F
950
#061D

Shades

Darker variations

1#44A5E7
2#2697E3
3#1B86CD
4#1773B0
5#136093
6#0F4D75
7#0B3958
8#08263B
9#04131D

Tints

Lighter variations

1#71BBED
2#81C3EF
3#90CAF1
4#A0D2F3
5#B0D9F5
6#C0E1F7
7#D0E8F9
8#DFF0FB
9#EFF7FD

Tones

Muted variations

1#68B2E4
2#6FB1DD
3#76AFD6
4#7DAECF
5#83ADC8
6#8AABC1
7#91AABA
8#98A8B3
9#9FA7AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FD
BackgroundsSubtle highlightsCard backgrounds
100
DFF0
#DFF0FB
Light backgroundsTable row hoverSkeleton loading
200
C4E3
#C4E3F7
Secondary backgroundsInput backgroundsDividers
300
97CD
#97CDF2
BordersInactive statesPlaceholder text
400
61B3
#61B3EA
Disabled statesSecondary iconsMuted text
500
349E
#349EE5
Primary brand colorCTAsActive elementsLinks
600
1A81
#1A81C7
Hover statesFocus ringsPrimary buttons hover
700
1567
#15679E
Active/pressed statesDark mode accentsSecondary text
800
0F4A
#0F4A71
Text on light backgroundsHeadingsStrong borders
900
092F
#092F48
Primary textHigh emphasis contentDark headings
950
061D
#061D2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F9FD;
  --sky-blue-100: #DFF0FB;
  --sky-blue-200: #C4E3F7;
  --sky-blue-300: #97CDF2;
  --sky-blue-400: #61B3EA;
  --sky-blue-500: #349EE5;
  --sky-blue-600: #1A81C7;
  --sky-blue-700: #15679E;
  --sky-blue-800: #0F4A71;
  --sky-blue-900: #092F48;
  --sky-blue-950: #061D2D;
}
Generate More ShadesCreate PaletteConvert Color