Sky Blue

#92C9F6

Blue

Color Codes

All color formats for development

HEX
#92C9F6
RGB
rgb(146, 201, 246)
HSL
hsl(207, 85%, 77%)
OKLCH
oklch(0.814 0.086 243.8)
CMYK
cmyk(41%, 18%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DEEF
200
#C2E1
300
#92C9
400
#5AAD
500
#2B96
600
#117A
700
#0D61
800
#0A45
900
#062C
950
#041C

Shades

Darker variations

1#6EB7F3
2#4AA5F0
3#2693ED
4#1280DA
5#0F6BB6
6#0C5591
7#09406D
8#062B49
9#031524

Tints

Lighter variations

1#9DCFF7
2#A8D4F8
3#B3D9F9
4#BEDFFA
5#C9E4FB
6#D4EAFB
7#DEEFFC
8#E9F4FD
9#F4FAFE

Tones

Muted variations

1#97C9F1
2#9CC8EC
3#A1C8E7
4#A6C7E2
5#ABC7DD
6#B0C6D8
7#B5C6D3
8#BAC5CE
9#BFC5C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DEEF
#DEEFFC
Light backgroundsTable row hoverSkeleton loading
200
C2E1
#C2E1FA
Secondary backgroundsInput backgroundsDividers
300
92C9
#92C9F6
BordersInactive statesPlaceholder text
400
5AAD
#5AADF2
Disabled statesSecondary iconsMuted text
500
2B96
#2B96EE
Primary brand colorCTAsActive elementsLinks
600
117A
#117AD0
Hover statesFocus ringsPrimary buttons hover
700
0D61
#0D61A5
Active/pressed statesDark mode accentsSecondary text
800
0A45
#0A4576
Text on light backgroundsHeadingsStrong borders
900
062C
#062C4B
Primary textHigh emphasis contentDark headings
950
041C
#041C2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F8FE;
  --sky-blue-100: #DEEFFC;
  --sky-blue-200: #C2E1FA;
  --sky-blue-300: #92C9F6;
  --sky-blue-400: #5AADF2;
  --sky-blue-500: #2B96EE;
  --sky-blue-600: #117AD0;
  --sky-blue-700: #0D61A5;
  --sky-blue-800: #0A4576;
  --sky-blue-900: #062C4B;
  --sky-blue-950: #041C2F;
}
Generate More ShadesCreate PaletteConvert Color