Sky Blue

#69BAE2

Blue

Color Codes

All color formats for development

HEX
#69BAE2
RGB
rgb(105, 186, 226)
HSL
hsl(200, 68%, 65%)
OKLCH
oklch(0.753 0.098 231.5)
CMYK
cmyk(54%, 18%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

2.16:1

AA AAA

On Black Background

9.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E1F1
200
#C7E5
300
#9CD2
400
#69BA
500
#3EA6
600
#248A
700
#1D6D
800
#144E
900
#0D32
950
#081F

Shades

Darker variations

1#4DADDD
2#31A0D8
3#258EC3
4#207AA7
5#1B668B
6#15516F
7#103D54
8#0B2938
9#05141C

Tints

Lighter variations

1#78C1E5
2#87C8E8
3#96CFEB
4#A5D6EE
5#B4DCF1
6#C3E3F4
7#D2EAF6
8#E1F1F9
9#F0F8FC

Tones

Muted variations

1#6FB8DC
2#75B6D6
3#7BB4D0
4#81B2CA
5#87B0C4
6#8DAEBE
7#94ACB8
8#9AAAB2
9#A0A8AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F1
#E1F1F9
Light backgroundsTable row hoverSkeleton loading
200
C7E5
#C7E5F4
Secondary backgroundsInput backgroundsDividers
300
9CD2
#9CD2EC
BordersInactive statesPlaceholder text
400
69BA
#69BAE2
Disabled statesSecondary iconsMuted text
500
3EA6
#3EA6DA
Primary brand colorCTAsActive elementsLinks
600
248A
#248ABC
Hover statesFocus ringsPrimary buttons hover
700
1D6D
#1D6D96
Active/pressed statesDark mode accentsSecondary text
800
144E
#144E6B
Text on light backgroundsHeadingsStrong borders
900
0D32
#0D3245
Primary textHigh emphasis contentDark headings
950
081F
#081F2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F9FD;
  --sky-blue-100: #E1F1F9;
  --sky-blue-200: #C7E5F4;
  --sky-blue-300: #9CD2EC;
  --sky-blue-400: #69BAE2;
  --sky-blue-500: #3EA6DA;
  --sky-blue-600: #248ABC;
  --sky-blue-700: #1D6D96;
  --sky-blue-800: #144E6B;
  --sky-blue-900: #0D3245;
  --sky-blue-950: #081F2B;
}
Generate More ShadesCreate PaletteConvert Color