Sky Blue

#7F9DCC

Blue

Color Codes

All color formats for development

HEX
#7F9DCC
RGB
rgb(127, 157, 204)
HSL
hsl(217, 43%, 65%)
OKLCH
oklch(0.691 0.077 259.2)
CMYK
cmyk(38%, 23%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.76:1

AA AAA

On Black Background

7.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EB
200
#D0DB
300
#ABBE
400
#7F9D
500
#5B81
600
#4065
700
#3350
800
#2439
900
#1725
950
#0F17

Shades

Darker variations

1#688BC3
2#5078B9
3#4268A6
4#39598E
5#2F4B77
6#263C5F
7#1C2D47
8#131E2F
9#090F18

Tints

Lighter variations

1#8CA7D1
2#99B0D6
3#A6BADB
4#B2C4E0
5#BFCEE6
6#CCD8EB
7#D9E2F0
8#E5EBF5
9#F2F5FA

Tones

Muted variations

1#839EC8
2#879FC4
3#8B9FC1
4#8FA0BD
5#93A1B9
6#96A2B5
7#9AA3B1
8#9EA4AD
9#A2A5AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EB
#E5EBF5
Light backgroundsTable row hoverSkeleton loading
200
D0DB
#D0DBEC
Secondary backgroundsInput backgroundsDividers
300
ABBE
#ABBEDE
BordersInactive statesPlaceholder text
400
7F9D
#7F9DCC
Disabled statesSecondary iconsMuted text
500
5B81
#5B81BE
Primary brand colorCTAsActive elementsLinks
600
4065
#4065A0
Hover statesFocus ringsPrimary buttons hover
700
3350
#335080
Active/pressed statesDark mode accentsSecondary text
800
2439
#24395B
Text on light backgroundsHeadingsStrong borders
900
1725
#17253A
Primary textHigh emphasis contentDark headings
950
0F17
#0F1724
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F7FB;
  --sky-blue-100: #E5EBF5;
  --sky-blue-200: #D0DBEC;
  --sky-blue-300: #ABBEDE;
  --sky-blue-400: #7F9DCC;
  --sky-blue-500: #5B81BE;
  --sky-blue-600: #4065A0;
  --sky-blue-700: #335080;
  --sky-blue-800: #24395B;
  --sky-blue-900: #17253A;
  --sky-blue-950: #0F1724;
}
Generate More ShadesCreate PaletteConvert Color