Sky Blue

#659DE7

Blue

Color Codes

All color formats for development

HEX
#659DE7
RGB
rgb(101, 157, 231)
HSL
hsl(214, 73%, 65%)
OKLCH
oklch(0.689 0.125 255.8)
CMYK
cmyk(56%, 32%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

2.79:1

AA AAA

On Black Background

7.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E0EB
200
#C6DB
300
#9ABF
400
#659D
500
#3881
600
#1E65
700
#1851
800
#113A
900
#0B25
950
#0717

Shades

Darker variations

1#488BE2
2#2B79DE
3#1F69C9
4#1B5AAC
5#164B8F
6#123C73
7#0D2D56
8#091E39
9#040F1D

Tints

Lighter variations

1#74A7E9
2#83B1EC
3#93BAEE
4#A2C4F1
5#B2CEF3
6#C1D8F5
7#D1E2F8
8#E0EBFA
9#F0F5FD

Tones

Muted variations

1#6B9EE0
2#729FDA
3#78A0D3
4#7FA1CD
5#85A1C6
6#8CA2C0
7#92A3B9
8#99A4B3
9#9FA5AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EB
#E0EBFA
Light backgroundsTable row hoverSkeleton loading
200
C6DB
#C6DBF6
Secondary backgroundsInput backgroundsDividers
300
9ABF
#9ABFEF
BordersInactive statesPlaceholder text
400
659D
#659DE7
Disabled statesSecondary iconsMuted text
500
3881
#3881E0
Primary brand colorCTAsActive elementsLinks
600
1E65
#1E65C2
Hover statesFocus ringsPrimary buttons hover
700
1851
#18519A
Active/pressed statesDark mode accentsSecondary text
800
113A
#113A6E
Text on light backgroundsHeadingsStrong borders
900
0B25
#0B2547
Primary textHigh emphasis contentDark headings
950
0717
#07172C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F7FD;
  --sky-blue-100: #E0EBFA;
  --sky-blue-200: #C6DBF6;
  --sky-blue-300: #9ABFEF;
  --sky-blue-400: #659DE7;
  --sky-blue-500: #3881E0;
  --sky-blue-600: #1E65C2;
  --sky-blue-700: #18519A;
  --sky-blue-800: #113A6E;
  --sky-blue-900: #0B2547;
  --sky-blue-950: #07172C;
}
Generate More ShadesCreate PaletteConvert Color