Sky Blue

#7DA4CF

Blue

Color Codes

All color formats for development

HEX
#7DA4CF
RGB
rgb(125, 164, 207)
HSL
hsl(211, 46%, 65%)
OKLCH
oklch(0.706 0.076 251.4)
CMYK
cmyk(40%, 21%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.60:1

AA AAA

On Black Background

8.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5ED
200
#CFDD
300
#A9C3
400
#7DA4
500
#578A
600
#3D6E
700
#3058
800
#223F
900
#1628
950
#0E19

Shades

Darker variations

1#6494C6
2#4C83BD
3#3F72A9
4#366291
5#2D5279
6#244161
7#1B3149
8#122130
9#091018

Tints

Lighter variations

1#8AADD4
2#97B7D8
3#A4C0DD
4#B1C9E2
5#BED2E7
6#CBDBEC
7#D8E4F1
8#E5EDF5
9#F2F6FA

Tones

Muted variations

1#81A5CB
2#85A5C7
3#89A5C2
4#8DA5BE
5#91A5BA
6#95A5B6
7#99A5B2
8#9EA5AE
9#A2A6AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5ED
#E5EDF5
Light backgroundsTable row hoverSkeleton loading
200
CFDD
#CFDDED
Secondary backgroundsInput backgroundsDividers
300
A9C3
#A9C3DF
BordersInactive statesPlaceholder text
400
7DA4
#7DA4CF
Disabled statesSecondary iconsMuted text
500
578A
#578AC1
Primary brand colorCTAsActive elementsLinks
600
3D6E
#3D6EA4
Hover statesFocus ringsPrimary buttons hover
700
3058
#305882
Active/pressed statesDark mode accentsSecondary text
800
223F
#223F5D
Text on light backgroundsHeadingsStrong borders
900
1628
#16283C
Primary textHigh emphasis contentDark headings
950
0E19
#0E1925
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F7FB;
  --sky-blue-100: #E5EDF5;
  --sky-blue-200: #CFDDED;
  --sky-blue-300: #A9C3DF;
  --sky-blue-400: #7DA4CF;
  --sky-blue-500: #578AC1;
  --sky-blue-600: #3D6EA4;
  --sky-blue-700: #305882;
  --sky-blue-800: #223F5D;
  --sky-blue-900: #16283C;
  --sky-blue-950: #0E1925;
}
Generate More ShadesCreate PaletteConvert Color