Sky Blue

#97ABF2

Blue

Color Codes

All color formats for development

HEX
#97ABF2
RGB
rgb(151, 171, 242)
HSL
hsl(227, 78%, 77%)
OKLCH
oklch(0.753 0.105 271.6)
CMYK
cmyk(38%, 29%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.23:1

AA AAA

On Black Background

9.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DFE5
200
#C4CF
300
#97AA
400
#607E
500
#335A
600
#193F
700
#1432
800
#0E24
900
#0917
950
#060E

Shades

Darker variations

1#748EEE
2#5172E9
3#2E55E5
4#1A42D2
5#1637AF
6#112C8C
7#0D2169
8#091646
9#040B23

Tints

Lighter variations

1#A1B3F3
2#ABBBF5
3#B6C4F6
4#C0CCF7
5#CBD5F9
6#D5DDFA
7#E0E6FB
8#EAEEFC
9#F5F7FE

Tones

Muted variations

1#9BADEE
2#A0B0E9
3#A4B2E4
4#A9B5E0
5#ADB7DB
6#B2BAD7
7#B7BDD2
8#BBBFCD
9#C0C2C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE5
#DFE5FB
Light backgroundsTable row hoverSkeleton loading
200
C4CF
#C4CFF8
Secondary backgroundsInput backgroundsDividers
300
97AA
#97AAF2
BordersInactive statesPlaceholder text
400
607E
#607EEB
Disabled statesSecondary iconsMuted text
500
335A
#335AE6
Primary brand colorCTAsActive elementsLinks
600
193F
#193FC8
Hover statesFocus ringsPrimary buttons hover
700
1432
#14329F
Active/pressed statesDark mode accentsSecondary text
800
0E24
#0E2471
Text on light backgroundsHeadingsStrong borders
900
0917
#091749
Primary textHigh emphasis contentDark headings
950
060E
#060E2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F4FD;
  --sky-blue-100: #DFE5FB;
  --sky-blue-200: #C4CFF8;
  --sky-blue-300: #97AAF2;
  --sky-blue-400: #607EEB;
  --sky-blue-500: #335AE6;
  --sky-blue-600: #193FC8;
  --sky-blue-700: #14329F;
  --sky-blue-800: #0E2471;
  --sky-blue-900: #091749;
  --sky-blue-950: #060E2D;
}
Generate More ShadesCreate PaletteConvert Color