Sky Blue

#69B2E2

Blue

Color Codes

All color formats for development

HEX
#69B2E2
RGB
rgb(105, 178, 226)
HSL
hsl(204, 68%, 65%)
OKLCH
oklch(0.735 0.101 239)
CMYK
cmyk(54%, 21%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

2.32:1

AA AAA

On Black Background

9.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E1F0
200
#C7E2
300
#9CCC
400
#69B2
500
#3E9C
600
#247F
700
#1D65
800
#1448
900
#0D2E
950
#081D

Shades

Darker variations

1#4DA4DD
2#3195D8
3#2584C3
4#2071A7
5#1B5E8B
6#154B6F
7#103854
8#0B2638
9#05131C

Tints

Lighter variations

1#78BAE5
2#87C1E8
3#96C9EB
4#A5D1EE
5#B4D8F1
6#C3E0F4
7#D2E8F6
8#E1F0F9
9#F0F7FC

Tones

Muted variations

1#6FB1DC
2#75AFD6
3#7BAED0
4#81ADCA
5#87ACC4
6#8DABBE
7#94A9B8
8#9AA8B2
9#A0A7AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F0
#E1F0F9
Light backgroundsTable row hoverSkeleton loading
200
C7E2
#C7E2F4
Secondary backgroundsInput backgroundsDividers
300
9CCC
#9CCCEC
BordersInactive statesPlaceholder text
400
69B2
#69B2E2
Disabled statesSecondary iconsMuted text
500
3E9C
#3E9CDA
Primary brand colorCTAsActive elementsLinks
600
247F
#247FBC
Hover statesFocus ringsPrimary buttons hover
700
1D65
#1D6596
Active/pressed statesDark mode accentsSecondary text
800
1448
#14486B
Text on light backgroundsHeadingsStrong borders
900
0D2E
#0D2E45
Primary textHigh emphasis contentDark headings
950
081D
#081D2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F8FD;
  --sky-blue-100: #E1F0F9;
  --sky-blue-200: #C7E2F4;
  --sky-blue-300: #9CCCEC;
  --sky-blue-400: #69B2E2;
  --sky-blue-500: #3E9CDA;
  --sky-blue-600: #247FBC;
  --sky-blue-700: #1D6596;
  --sky-blue-800: #14486B;
  --sky-blue-900: #0D2E45;
  --sky-blue-950: #081D2B;
}
Generate More ShadesCreate PaletteConvert Color