Sky Blue

#90DBF9

Blue

Color Codes

All color formats for development

HEX
#90DBF9
RGB
rgb(144, 219, 249)
HSL
hsl(197, 90%, 77%)
OKLCH
oklch(0.853 0.085 225.2)
CMYK
cmyk(42%, 12%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF4
200
#C0EB
300
#90DB
400
#55C9
500
#25B9
600
#0B9C
700
#097C
800
#0659
900
#0439
950
#0323

Shades

Darker variations

1#6ACFF7
2#45C3F5
3#20B7F3
4#0CA4E0
5#0A88BB
6#086D95
7#065270
8#04374B
9#021B25

Tints

Lighter variations

1#9BDFFA
2#A6E2FA
3#B1E6FB
4#BCEAFB
5#C7EDFC
6#D2F1FD
7#DEF4FD
8#E9F8FE
9#F4FBFE

Tones

Muted variations

1#95D9F4
2#9AD7EF
3#9FD4E9
4#A5D2E4
5#AAD0DF
6#AFCDD9
7#B5CBD4
8#BAC9CF
9#BFC7CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF4
#DDF4FD
Light backgroundsTable row hoverSkeleton loading
200
C0EB
#C0EBFC
Secondary backgroundsInput backgroundsDividers
300
90DB
#90DBF9
BordersInactive statesPlaceholder text
400
55C9
#55C9F6
Disabled statesSecondary iconsMuted text
500
25B9
#25B9F4
Primary brand colorCTAsActive elementsLinks
600
0B9C
#0B9CD5
Hover statesFocus ringsPrimary buttons hover
700
097C
#097CAA
Active/pressed statesDark mode accentsSecondary text
800
0659
#065979
Text on light backgroundsHeadingsStrong borders
900
0439
#04394E
Primary textHigh emphasis contentDark headings
950
0323
#032330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FAFE;
  --sky-blue-100: #DDF4FD;
  --sky-blue-200: #C0EBFC;
  --sky-blue-300: #90DBF9;
  --sky-blue-400: #55C9F6;
  --sky-blue-500: #25B9F4;
  --sky-blue-600: #0B9CD5;
  --sky-blue-700: #097CAA;
  --sky-blue-800: #065979;
  --sky-blue-900: #04394E;
  --sky-blue-950: #032330;
}
Generate More ShadesCreate PaletteConvert Color