Sky Blue

#679DE4

Blue

Color Codes

All color formats for development

HEX
#679DE4
RGB
rgb(103, 157, 228)
HSL
hsl(214, 70%, 65%)
OKLCH
oklch(0.688 0.12 255.7)
CMYK
cmyk(55%, 31%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

2.79:1

AA AAA

On Black Background

7.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E1EB
200
#C7DB
300
#9BBF
400
#679D
500
#3C82
600
#2266
700
#1B51
800
#133A
900
#0C25
950
#0817

Shades

Darker variations

1#4B8BDF
2#2F79DA
3#2369C5
4#1E5AA9
5#194B8D
6#143C71
7#0F2D55
8#0A1E38
9#050F1C

Tints

Lighter variations

1#76A7E7
2#86B1EA
3#95BBEC
4#A4C4EF
5#B3CEF2
6#C2D8F4
7#D1E2F7
8#E1EBFA
9#F0F5FC

Tones

Muted variations

1#6E9EDE
2#749FD8
3#7AA0D1
4#80A1CB
5#87A2C5
6#8DA2BF
7#93A3B8
8#99A4B2
9#A0A5AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EB
#E1EBFA
Light backgroundsTable row hoverSkeleton loading
200
C7DB
#C7DBF5
Secondary backgroundsInput backgroundsDividers
300
9BBF
#9BBFED
BordersInactive statesPlaceholder text
400
679D
#679DE4
Disabled statesSecondary iconsMuted text
500
3C82
#3C82DD
Primary brand colorCTAsActive elementsLinks
600
2266
#2266BF
Hover statesFocus ringsPrimary buttons hover
700
1B51
#1B5198
Active/pressed statesDark mode accentsSecondary text
800
133A
#133A6C
Text on light backgroundsHeadingsStrong borders
900
0C25
#0C2545
Primary textHigh emphasis contentDark headings
950
0817
#08172B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F7FD;
  --sky-blue-100: #E1EBFA;
  --sky-blue-200: #C7DBF5;
  --sky-blue-300: #9BBFED;
  --sky-blue-400: #679DE4;
  --sky-blue-500: #3C82DD;
  --sky-blue-600: #2266BF;
  --sky-blue-700: #1B5198;
  --sky-blue-800: #133A6C;
  --sky-blue-900: #0C2545;
  --sky-blue-950: #08172B;
}
Generate More ShadesCreate PaletteConvert Color