Sky Blue

#90BCF9

Blue

Color Codes

All color formats for development

HEX
#90BCF9
RGB
rgb(144, 188, 249)
HSL
hsl(215, 90%, 77%)
OKLCH
oklch(0.787 0.099 256.7)
CMYK
cmyk(42%, 24%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.95:1

AA AAA

On Black Background

10.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEA
200
#C0D9
300
#90BC
400
#5598
500
#257B
600
#0B5F
700
#094C
800
#0636
900
#0423
950
#0316

Shades

Darker variations

1#6AA5F7
2#458EF5
3#2078F3
4#0C64E0
5#0A53BB
6#084395
7#063270
8#04214B
9#021125

Tints

Lighter variations

1#9BC2FA
2#A6C9FA
3#B1D0FB
4#BCD7FB
5#C7DDFC
6#D2E4FD
7#DEEBFD
8#E9F2FE
9#F4F8FE

Tones

Muted variations

1#95BCF4
2#9ABDEF
3#9FBEE9
4#A5BFE4
5#AAC0DF
6#AFC1D9
7#B5C2D4
8#BAC3CF
9#BFC3CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEA
#DDEAFD
Light backgroundsTable row hoverSkeleton loading
200
C0D9
#C0D9FC
Secondary backgroundsInput backgroundsDividers
300
90BC
#90BCF9
BordersInactive statesPlaceholder text
400
5598
#5598F6
Disabled statesSecondary iconsMuted text
500
257B
#257BF4
Primary brand colorCTAsActive elementsLinks
600
0B5F
#0B5FD5
Hover statesFocus ringsPrimary buttons hover
700
094C
#094CAA
Active/pressed statesDark mode accentsSecondary text
800
0636
#063679
Text on light backgroundsHeadingsStrong borders
900
0423
#04234E
Primary textHigh emphasis contentDark headings
950
0316
#031630
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F6FE;
  --sky-blue-100: #DDEAFD;
  --sky-blue-200: #C0D9FC;
  --sky-blue-300: #90BCF9;
  --sky-blue-400: #5598F6;
  --sky-blue-500: #257BF4;
  --sky-blue-600: #0B5FD5;
  --sky-blue-700: #094CAA;
  --sky-blue-800: #063679;
  --sky-blue-900: #04234E;
  --sky-blue-950: #031630;
}
Generate More ShadesCreate PaletteConvert Color