Sky Blue

#9494F5

Blue

Color Codes

All color formats for development

HEX
#9494F5
RGB
rgb(148, 148, 245)
HSL
hsl(240, 83%, 77%)
OKLCH
oklch(0.707 0.14 282.2)
CMYK
cmyk(40%, 40%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.69:1

AA AAA

On Black Background

7.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DEDE
200
#C2C2
300
#9494
400
#5C5C
500
#2D2D
600
#1313
700
#0F0F
800
#0B0B
900
#0707
950
#0404

Shades

Darker variations

1#7070F2
2#4C4CEE
3#2828EB
4#1414D8
5#1111B4
6#0D0D90
7#0A0A6C
8#070748
9#030324

Tints

Lighter variations

1#9E9EF6
2#A9A9F7
3#B4B4F8
4#BFBFF9
5#C9C9FA
6#D4D4FB
7#DFDFFC
8#EAEAFD
9#F4F4FE

Tones

Muted variations

1#9999F0
2#9D9DEB
3#A2A2E6
4#A7A7E2
5#ACACDD
6#B1B1D8
7#B6B6D3
8#BBBBCE
9#BFBFC9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DEDE
#DEDEFC
Light backgroundsTable row hoverSkeleton loading
200
C2C2
#C2C2F9
Secondary backgroundsInput backgroundsDividers
300
9494
#9494F5
BordersInactive statesPlaceholder text
400
5C5C
#5C5CF0
Disabled statesSecondary iconsMuted text
500
2D2D
#2D2DEB
Primary brand colorCTAsActive elementsLinks
600
1313
#1313CD
Hover statesFocus ringsPrimary buttons hover
700
0F0F
#0F0FA3
Active/pressed statesDark mode accentsSecondary text
800
0B0B
#0B0B75
Text on light backgroundsHeadingsStrong borders
900
0707
#07074B
Primary textHigh emphasis contentDark headings
950
0404
#04042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F1FE;
  --sky-blue-100: #DEDEFC;
  --sky-blue-200: #C2C2F9;
  --sky-blue-300: #9494F5;
  --sky-blue-400: #5C5CF0;
  --sky-blue-500: #2D2DEB;
  --sky-blue-600: #1313CD;
  --sky-blue-700: #0F0FA3;
  --sky-blue-800: #0B0B75;
  --sky-blue-900: #07074B;
  --sky-blue-950: #04042F;
}
Generate More ShadesCreate PaletteConvert Color