Sky Blue

#69BEE2

Blue

Color Codes

All color formats for development

HEX
#69BEE2
RGB
rgb(105, 190, 226)
HSL
hsl(198, 68%, 65%)
OKLCH
oklch(0.762 0.097 227.7)
CMYK
cmyk(54%, 16%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

2.09:1

AA AAA

On Black Background

10.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E1F2
200
#C7E7
300
#9CD4
400
#69BE
500
#3EAB
600
#248F
700
#1D72
800
#1451
900
#0D34
950
#0820

Shades

Darker variations

1#4DB2DD
2#31A6D8
3#2594C3
4#207FA7
5#1B698B
6#15546F
7#103F54
8#0B2A38
9#05151C

Tints

Lighter variations

1#78C5E5
2#87CBE8
3#96D2EB
4#A5D8EE
5#B4DFF1
6#C3E5F4
7#D2ECF6
8#E1F2F9
9#F0F9FC

Tones

Muted variations

1#6FBCDC
2#75B9D6
3#7BB7D0
4#81B4CA
5#87B2C4
6#8DAFBE
7#94ADB8
8#9AABB2
9#A0A8AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F2
#E1F2F9
Light backgroundsTable row hoverSkeleton loading
200
C7E7
#C7E7F4
Secondary backgroundsInput backgroundsDividers
300
9CD4
#9CD4EC
BordersInactive statesPlaceholder text
400
69BE
#69BEE2
Disabled statesSecondary iconsMuted text
500
3EAB
#3EABDA
Primary brand colorCTAsActive elementsLinks
600
248F
#248FBC
Hover statesFocus ringsPrimary buttons hover
700
1D72
#1D7296
Active/pressed statesDark mode accentsSecondary text
800
1451
#14516B
Text on light backgroundsHeadingsStrong borders
900
0D34
#0D3445
Primary textHigh emphasis contentDark headings
950
0820
#08202B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F9FD;
  --sky-blue-100: #E1F2F9;
  --sky-blue-200: #C7E7F4;
  --sky-blue-300: #9CD4EC;
  --sky-blue-400: #69BEE2;
  --sky-blue-500: #3EABDA;
  --sky-blue-600: #248FBC;
  --sky-blue-700: #1D7296;
  --sky-blue-800: #14516B;
  --sky-blue-900: #0D3445;
  --sky-blue-950: #08202B;
}
Generate More ShadesCreate PaletteConvert Color