Sky Blue

#98BEF0

Blue

Color Codes

All color formats for development

HEX
#98BEF0
RGB
rgb(152, 190, 240)
HSL
hsl(214, 75%, 77%)
OKLCH
oklch(0.792 0.083 255.5)
CMYK
cmyk(37%, 21%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.92:1

AA AAA

On Black Background

10.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E0EB
200
#C5DB
300
#98BE
400
#639D
500
#3681
600
#1C65
700
#1650
800
#1039
900
#0A25
950
#0617

Shades

Darker variations

1#76A9EB
2#5493E7
3#317EE2
4#1D6ACE
5#1958AC
6#144789
7#0F3567
8#0A2345
9#051222

Tints

Lighter variations

1#A3C5F2
2#ADCBF3
3#B7D2F5
4#C1D8F6
5#CCDFF8
6#D6E5F9
7#E0ECFB
8#EAF2FC
9#F5F9FE

Tones

Muted variations

1#9DBFEC
2#A1C0E8
3#A6C0E3
4#AAC1DF
5#AEC1DA
6#B3C2D6
7#B7C3D2
8#BCC3CD
9#C0C4C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EB
#E0EBFB
Light backgroundsTable row hoverSkeleton loading
200
C5DB
#C5DBF7
Secondary backgroundsInput backgroundsDividers
300
98BE
#98BEF0
BordersInactive statesPlaceholder text
400
639D
#639DE9
Disabled statesSecondary iconsMuted text
500
3681
#3681E2
Primary brand colorCTAsActive elementsLinks
600
1C65
#1C65C4
Hover statesFocus ringsPrimary buttons hover
700
1650
#16509C
Active/pressed statesDark mode accentsSecondary text
800
1039
#103970
Text on light backgroundsHeadingsStrong borders
900
0A25
#0A2547
Primary textHigh emphasis contentDark headings
950
0617
#06172D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F7FD;
  --sky-blue-100: #E0EBFB;
  --sky-blue-200: #C5DBF7;
  --sky-blue-300: #98BEF0;
  --sky-blue-400: #639DE9;
  --sky-blue-500: #3681E2;
  --sky-blue-600: #1C65C4;
  --sky-blue-700: #16509C;
  --sky-blue-800: #103970;
  --sky-blue-900: #0A2547;
  --sky-blue-950: #06172D;
}
Generate More ShadesCreate PaletteConvert Color