Sky Blue

#94A4F5

Blue

Color Codes

All color formats for development

HEX
#94A4F5
RGB
rgb(148, 164, 245)
HSL
hsl(230, 83%, 77%)
OKLCH
oklch(0.738 0.119 274.6)
CMYK
cmyk(40%, 33%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DEE3
200
#C2CC
300
#94A4
400
#5C74
500
#2D4D
600
#1332
700
#0F28
800
#0B1C
900
#0712
950
#040B

Shades

Darker variations

1#7085F2
2#4C67EE
3#2848EB
4#1435D8
5#112CB4
6#0D2390
7#0A1A6C
8#071248
9#030924

Tints

Lighter variations

1#9EADF6
2#A9B6F7
3#B4BFF8
4#BFC8F9
5#C9D1FA
6#D4DBFB
7#DFE4FC
8#EAEDFD
9#F4F6FE

Tones

Muted variations

1#99A7F0
2#9DAAEB
3#A2AEE6
4#A7B1E2
5#ACB4DD
6#B1B7D8
7#B6BBD3
8#BBBECE
9#BFC1C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE3
#DEE3FC
Light backgroundsTable row hoverSkeleton loading
200
C2CC
#C2CCF9
Secondary backgroundsInput backgroundsDividers
300
94A4
#94A4F5
BordersInactive statesPlaceholder text
400
5C74
#5C74F0
Disabled statesSecondary iconsMuted text
500
2D4D
#2D4DEB
Primary brand colorCTAsActive elementsLinks
600
1332
#1332CD
Hover statesFocus ringsPrimary buttons hover
700
0F28
#0F28A3
Active/pressed statesDark mode accentsSecondary text
800
0B1C
#0B1C75
Text on light backgroundsHeadingsStrong borders
900
0712
#07124B
Primary textHigh emphasis contentDark headings
950
040B
#040B2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F3FE;
  --sky-blue-100: #DEE3FC;
  --sky-blue-200: #C2CCF9;
  --sky-blue-300: #94A4F5;
  --sky-blue-400: #5C74F0;
  --sky-blue-500: #2D4DEB;
  --sky-blue-600: #1332CD;
  --sky-blue-700: #0F28A3;
  --sky-blue-800: #0B1C75;
  --sky-blue-900: #07124B;
  --sky-blue-950: #040B2F;
}
Generate More ShadesCreate PaletteConvert Color