Sky Blue

#90D8F9

Blue

Color Codes

All color formats for development

HEX
#90D8F9
RGB
rgb(144, 216, 249)
HSL
hsl(199, 90%, 77%)
OKLCH
oklch(0.846 0.085 228.6)
CMYK
cmyk(42%, 13%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.57:1

AA AAA

On Black Background

13.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF3
200
#C0E9
300
#90D8
400
#55C3
500
#25B2
600
#0B95
700
#0977
800
#0655
900
#0436
950
#0322

Shades

Darker variations

1#6ACBF7
2#45BDF5
3#20B0F3
4#0C9DE0
5#0A83BB
6#086895
7#064E70
8#04344B
9#021A25

Tints

Lighter variations

1#9BDCFA
2#A6E0FA
3#B1E3FB
4#BCE7FB
5#C7EBFC
6#D2EFFD
7#DEF3FD
8#E9F7FE
9#F4FBFE

Tones

Muted variations

1#95D6F4
2#9AD4EF
3#9FD2E9
4#A5D0E4
5#AACEDF
6#AFCCD9
7#B5CAD4
8#BAC8CF
9#BFC6CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF3
#DDF3FD
Light backgroundsTable row hoverSkeleton loading
200
C0E9
#C0E9FC
Secondary backgroundsInput backgroundsDividers
300
90D8
#90D8F9
BordersInactive statesPlaceholder text
400
55C3
#55C3F6
Disabled statesSecondary iconsMuted text
500
25B2
#25B2F4
Primary brand colorCTAsActive elementsLinks
600
0B95
#0B95D5
Hover statesFocus ringsPrimary buttons hover
700
0977
#0977AA
Active/pressed statesDark mode accentsSecondary text
800
0655
#065579
Text on light backgroundsHeadingsStrong borders
900
0436
#04364E
Primary textHigh emphasis contentDark headings
950
0322
#032230
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FAFE;
  --sky-blue-100: #DDF3FD;
  --sky-blue-200: #C0E9FC;
  --sky-blue-300: #90D8F9;
  --sky-blue-400: #55C3F6;
  --sky-blue-500: #25B2F4;
  --sky-blue-600: #0B95D5;
  --sky-blue-700: #0977AA;
  --sky-blue-800: #065579;
  --sky-blue-900: #04364E;
  --sky-blue-950: #032230;
}
Generate More ShadesCreate PaletteConvert Color