Sky Blue

#939FF6

Blue

Color Codes

All color formats for development

HEX
#939FF6
RGB
rgb(147, 159, 246)
HSL
hsl(233, 85%, 77%)
OKLCH
oklch(0.728 0.127 276.8)
CMYK
cmyk(40%, 35%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.46:1

AA AAA

On Black Background

8.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DEE2
200
#C2C8
300
#929E
400
#5A6C
500
#2B41
600
#1127
700
#0D1F
800
#0A16
900
#060E
950
#0409

Shades

Darker variations

1#6E7EF3
2#4A5DF0
3#263DED
4#1229DA
5#0F22B6
6#0C1B91
7#09156D
8#060E49
9#030724

Tints

Lighter variations

1#9DA8F7
2#A8B2F8
3#B3BBF9
4#BEC5FA
5#C9CFFB
6#D4D8FB
7#DEE2FC
8#E9ECFD
9#F4F5FE

Tones

Muted variations

1#97A2F1
2#9CA6EC
3#A1AAE7
4#A6ADE2
5#ABB1DD
6#B0B5D8
7#B5B9D3
8#BABDCE
9#BFC1C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE2
#DEE2FC
Light backgroundsTable row hoverSkeleton loading
200
C2C8
#C2C8FA
Secondary backgroundsInput backgroundsDividers
300
929E
#929EF6
BordersInactive statesPlaceholder text
400
5A6C
#5A6CF2
Disabled statesSecondary iconsMuted text
500
2B41
#2B41EE
Primary brand colorCTAsActive elementsLinks
600
1127
#1127D0
Hover statesFocus ringsPrimary buttons hover
700
0D1F
#0D1FA5
Active/pressed statesDark mode accentsSecondary text
800
0A16
#0A1676
Text on light backgroundsHeadingsStrong borders
900
060E
#060E4B
Primary textHigh emphasis contentDark headings
950
0409
#04092F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F2FE;
  --sky-blue-100: #DEE2FC;
  --sky-blue-200: #C2C8FA;
  --sky-blue-300: #929EF6;
  --sky-blue-400: #5A6CF2;
  --sky-blue-500: #2B41EE;
  --sky-blue-600: #1127D0;
  --sky-blue-700: #0D1FA5;
  --sky-blue-800: #0A1676;
  --sky-blue-900: #060E4B;
  --sky-blue-950: #04092F;
}
Generate More ShadesCreate PaletteConvert Color