Sky Blue

#98DAF0

Blue

Color Codes

All color formats for development

HEX
#98DAF0
RGB
rgb(152, 218, 240)
HSL
hsl(195, 75%, 77%)
OKLCH
oklch(0.852 0.073 220.7)
CMYK
cmyk(37%, 9%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E0F4
200
#C5EA
300
#98DA
400
#63C7
500
#36B7
600
#1C9A
700
#167B
800
#1058
900
#0A38
950
#0623

Shades

Darker variations

1#76CEEB
2#54C2E7
3#31B6E2
4#1DA2CE
5#1987AC
6#146C89
7#0F5167
8#0A3645
9#051B22

Tints

Lighter variations

1#A3DEF2
2#ADE2F3
3#B7E5F5
4#C1E9F6
5#CCEDF8
6#D6F0F9
7#E0F4FB
8#EAF8FC
9#F5FBFE

Tones

Muted variations

1#9DD8EC
2#A1D6E8
3#A6D4E3
4#AAD2DF
5#AECFDA
6#B3CDD6
7#B7CBD2
8#BCC9CD
9#C0C7C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F4
#E0F4FB
Light backgroundsTable row hoverSkeleton loading
200
C5EA
#C5EAF7
Secondary backgroundsInput backgroundsDividers
300
98DA
#98DAF0
BordersInactive statesPlaceholder text
400
63C7
#63C7E9
Disabled statesSecondary iconsMuted text
500
36B7
#36B7E2
Primary brand colorCTAsActive elementsLinks
600
1C9A
#1C9AC4
Hover statesFocus ringsPrimary buttons hover
700
167B
#167B9C
Active/pressed statesDark mode accentsSecondary text
800
1058
#105870
Text on light backgroundsHeadingsStrong borders
900
0A38
#0A3847
Primary textHigh emphasis contentDark headings
950
0623
#06232D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FAFD;
  --sky-blue-100: #E0F4FB;
  --sky-blue-200: #C5EAF7;
  --sky-blue-300: #98DAF0;
  --sky-blue-400: #63C7E9;
  --sky-blue-500: #36B7E2;
  --sky-blue-600: #1C9AC4;
  --sky-blue-700: #167B9C;
  --sky-blue-800: #105870;
  --sky-blue-900: #0A3847;
  --sky-blue-950: #06232D;
}
Generate More ShadesCreate PaletteConvert Color