Sky Blue

#90D6F9

Blue

Color Codes

All color formats for development

HEX
#90D6F9
RGB
rgb(144, 214, 249)
HSL
hsl(200, 90%, 77%)
OKLCH
oklch(0.842 0.086 230.8)
CMYK
cmyk(42%, 14%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF3
200
#C0E8
300
#90D6
400
#55C1
500
#25AF
600
#0B92
700
#0974
800
#0653
900
#0435
950
#0321

Shades

Darker variations

1#6AC8F7
2#45BAF5
3#20ADF3
4#0C99E0
5#0A80BB
6#086695
7#064D70
8#04334B
9#021A25

Tints

Lighter variations

1#9BDAFA
2#A6DEFA
3#B1E2FB
4#BCE6FB
5#C7EAFC
6#D2EFFD
7#DEF3FD
8#E9F7FE
9#F4FBFE

Tones

Muted variations

1#95D4F4
2#9AD2EF
3#9FD1E9
4#A5CFE4
5#AACDDF
6#AFCBD9
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
C0E8
#C0E8FC
Secondary backgroundsInput backgroundsDividers
300
90D6
#90D6F9
BordersInactive statesPlaceholder text
400
55C1
#55C1F6
Disabled statesSecondary iconsMuted text
500
25AF
#25AFF4
Primary brand colorCTAsActive elementsLinks
600
0B92
#0B92D5
Hover statesFocus ringsPrimary buttons hover
700
0974
#0974AA
Active/pressed statesDark mode accentsSecondary text
800
0653
#065379
Text on light backgroundsHeadingsStrong borders
900
0435
#04354E
Primary textHigh emphasis contentDark headings
950
0321
#032130
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: #C0E8FC;
  --sky-blue-300: #90D6F9;
  --sky-blue-400: #55C1F6;
  --sky-blue-500: #25AFF4;
  --sky-blue-600: #0B92D5;
  --sky-blue-700: #0974AA;
  --sky-blue-800: #065379;
  --sky-blue-900: #04354E;
  --sky-blue-950: #032130;
}
Generate More ShadesCreate PaletteConvert Color