Sky Blue

#9ABFEF

Blue

Color Codes

All color formats for development

HEX
#9ABFEF
RGB
rgb(154, 191, 239)
HSL
hsl(214, 73%, 77%)
OKLCH
oklch(0.795 0.079 255.1)
CMYK
cmyk(36%, 20%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.90:1

AA AAA

On Black Background

11.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E0EB
200
#C6DB
300
#9ABF
400
#659D
500
#3881
600
#1E65
700
#1851
800
#113A
900
#0B25
950
#0717

Shades

Darker variations

1#78A9EA
2#5694E5
3#347EDF
4#206ACC
5#1B59AA
6#154788
7#103566
8#0B2344
9#051222

Tints

Lighter variations

1#A4C5F1
2#AECCF2
3#B8D2F4
4#C2D8F5
5#CCDFF7
6#D6E5F9
7#E1ECFA
8#EBF2FC
9#F5F9FD

Tones

Muted variations

1#9EBFEB
2#A2C0E7
3#A6C0E2
4#ABC1DE
5#AFC1DA
6#B3C2D5
7#B8C3D1
8#BCC3CD
9#C0C4C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EB
#E0EBFA
Light backgroundsTable row hoverSkeleton loading
200
C6DB
#C6DBF6
Secondary backgroundsInput backgroundsDividers
300
9ABF
#9ABFEF
BordersInactive statesPlaceholder text
400
659D
#659DE7
Disabled statesSecondary iconsMuted text
500
3881
#3881E0
Primary brand colorCTAsActive elementsLinks
600
1E65
#1E65C2
Hover statesFocus ringsPrimary buttons hover
700
1851
#18519A
Active/pressed statesDark mode accentsSecondary text
800
113A
#113A6E
Text on light backgroundsHeadingsStrong borders
900
0B25
#0B2547
Primary textHigh emphasis contentDark headings
950
0717
#07172C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F7FD;
  --sky-blue-100: #E0EBFA;
  --sky-blue-200: #C6DBF6;
  --sky-blue-300: #9ABFEF;
  --sky-blue-400: #659DE7;
  --sky-blue-500: #3881E0;
  --sky-blue-600: #1E65C2;
  --sky-blue-700: #18519A;
  --sky-blue-800: #113A6E;
  --sky-blue-900: #0B2547;
  --sky-blue-950: #07172C;
}
Generate More ShadesCreate PaletteConvert Color