Sky Blue

#94AAF5

Blue

Color Codes

All color formats for development

HEX
#94AAF5
RGB
rgb(148, 170, 245)
HSL
hsl(226, 83%, 77%)
OKLCH
oklch(0.75 0.111 271)
CMYK
cmyk(40%, 31%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.25:1

AA AAA

On Black Background

9.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DEE5
200
#C2CF
300
#94AA
400
#5C7E
500
#2D59
600
#133F
700
#0F32
800
#0B24
900
#0717
950
#040E

Shades

Darker variations

1#708EF2
2#4C72EE
3#2855EB
4#1442D8
5#1137B4
6#0D2C90
7#0A216C
8#071648
9#030B24

Tints

Lighter variations

1#9EB3F6
2#A9BBF7
3#B4C4F8
4#BFCCF9
5#C9D5FA
6#D4DDFB
7#DFE6FC
8#EAEEFD
9#F4F7FE

Tones

Muted variations

1#99ADF0
2#9DB0EB
3#A2B2E6
4#A7B5E2
5#ACB7DD
6#B1BAD8
7#B6BDD3
8#BBBFCE
9#BFC2C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE5
#DEE5FC
Light backgroundsTable row hoverSkeleton loading
200
C2CF
#C2CFF9
Secondary backgroundsInput backgroundsDividers
300
94AA
#94AAF5
BordersInactive statesPlaceholder text
400
5C7E
#5C7EF0
Disabled statesSecondary iconsMuted text
500
2D59
#2D59EB
Primary brand colorCTAsActive elementsLinks
600
133F
#133FCD
Hover statesFocus ringsPrimary buttons hover
700
0F32
#0F32A3
Active/pressed statesDark mode accentsSecondary text
800
0B24
#0B2475
Text on light backgroundsHeadingsStrong borders
900
0717
#07174B
Primary textHigh emphasis contentDark headings
950
040E
#040E2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F4FE;
  --sky-blue-100: #DEE5FC;
  --sky-blue-200: #C2CFF9;
  --sky-blue-300: #94AAF5;
  --sky-blue-400: #5C7EF0;
  --sky-blue-500: #2D59EB;
  --sky-blue-600: #133FCD;
  --sky-blue-700: #0F32A3;
  --sky-blue-800: #0B2475;
  --sky-blue-900: #07174B;
  --sky-blue-950: #040E2F;
}
Generate More ShadesCreate PaletteConvert Color