Sky Blue

#9ED1EA

Blue

Color Codes

All color formats for development

HEX
#9ED1EA
RGB
rgb(158, 209, 234)
HSL
hsl(200, 64%, 77%)
OKLCH
oklch(0.834 0.063 229.6)
CMYK
cmyk(32%, 11%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E2F1
200
#C9E5
300
#9FD1
400
#6DB9
500
#43A5
600
#2888
700
#206C
800
#174D
900
#0F32
950
#091F

Shades

Darker variations

1#7FC1E3
2#5EB2DC
3#3EA3D5
4#2A8FC1
5#2377A1
6#1C5F81
7#154761
8#0E3040
9#071820

Tints

Lighter variations

1#A8D5EC
2#B2DAEE
3#BCDFF0
4#C5E3F2
5#CFE8F4
6#D9EDF7
7#E2F1F9
8#ECF6FB
9#F5FAFD

Tones

Muted variations

1#A3D0E6
2#A6CEE2
3#AACDDF
4#AECCDB
5#B2CBD7
6#B5C9D3
7#B9C8D0
8#BDC7CC
9#C1C6C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E2F1
#E2F1F9
Light backgroundsTable row hoverSkeleton loading
200
C9E5
#C9E5F3
Secondary backgroundsInput backgroundsDividers
300
9FD1
#9FD1EA
BordersInactive statesPlaceholder text
400
6DB9
#6DB9DF
Disabled statesSecondary iconsMuted text
500
43A5
#43A5D6
Primary brand colorCTAsActive elementsLinks
600
2888
#2888B8
Hover statesFocus ringsPrimary buttons hover
700
206C
#206C92
Active/pressed statesDark mode accentsSecondary text
800
174D
#174D69
Text on light backgroundsHeadingsStrong borders
900
0F32
#0F3243
Primary textHigh emphasis contentDark headings
950
091F
#091F2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F9FC;
  --sky-blue-100: #E2F1F9;
  --sky-blue-200: #C9E5F3;
  --sky-blue-300: #9FD1EA;
  --sky-blue-400: #6DB9DF;
  --sky-blue-500: #43A5D6;
  --sky-blue-600: #2888B8;
  --sky-blue-700: #206C92;
  --sky-blue-800: #174D69;
  --sky-blue-900: #0F3243;
  --sky-blue-950: #091F2A;
}
Generate More ShadesCreate PaletteConvert Color