Sky Blue

#949FF5

Blue

Color Codes

All color formats for development

HEX
#949FF5
RGB
rgb(148, 159, 245)
HSL
hsl(233, 83%, 77%)
OKLCH
oklch(0.729 0.125 277.3)
CMYK
cmyk(40%, 35%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.46:1

AA AAA

On Black Background

8.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DEE2
200
#C2C9
300
#949F
400
#5C6D
500
#2D43
600
#1329
700
#0F20
800
#0B17
900
#070F
950
#0409

Shades

Darker variations

1#707FF2
2#4C5FEE
3#283FEB
4#142BD8
5#1124B4
6#0D1D90
7#0A156C
8#070E48
9#030724

Tints

Lighter variations

1#9EA9F6
2#A9B2F7
3#B4BCF8
4#BFC5F9
5#C9CFFA
6#D4D9FB
7#DFE2FC
8#EAECFD
9#F4F5FE

Tones

Muted variations

1#99A3F0
2#9DA6EB
3#A2AAE6
4#A7AEE2
5#ACB2DD
6#B1B5D8
7#B6B9D3
8#BBBDCE
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
C2C9
#C2C9F9
Secondary backgroundsInput backgroundsDividers
300
949F
#949FF5
BordersInactive statesPlaceholder text
400
5C6D
#5C6DF0
Disabled statesSecondary iconsMuted text
500
2D43
#2D43EB
Primary brand colorCTAsActive elementsLinks
600
1329
#1329CD
Hover statesFocus ringsPrimary buttons hover
700
0F20
#0F20A3
Active/pressed statesDark mode accentsSecondary text
800
0B17
#0B1775
Text on light backgroundsHeadingsStrong borders
900
070F
#070F4B
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: #C2C9F9;
  --sky-blue-300: #949FF5;
  --sky-blue-400: #5C6DF0;
  --sky-blue-500: #2D43EB;
  --sky-blue-600: #1329CD;
  --sky-blue-700: #0F20A3;
  --sky-blue-800: #0B1775;
  --sky-blue-900: #070F4B;
  --sky-blue-950: #04092F;
}
Generate More ShadesCreate PaletteConvert Color