Sky Blue

#95E1F3

Cyan

Color Codes

All color formats for development

HEX
#95E1F3
RGB
rgb(149, 225, 243)
HSL
hsl(191, 80%, 77%)
OKLCH
oklch(0.866 0.079 214.3)
CMYK
cmyk(39%, 7%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF6
200
#C3EF
300
#95E2
400
#5ED3
500
#30C6
600
#16A9
700
#1286
800
#0D60
900
#083D
950
#0526

Shades

Darker variations

1#72D8EF
2#4FCFEB
3#2BC5E7
4#18B2D4
5#1494B1
6#10768D
7#0C596A
8#083B47
9#041E23

Tints

Lighter variations

1#A0E5F4
2#ABE8F6
3#B5EBF7
4#C0EEF8
5#CAF1F9
6#D5F3FA
7#DFF6FB
8#EAF9FD
9#F4FCFE

Tones

Muted variations

1#9ADFEF
2#9FDCEA
3#A4D9E5
4#A8D6E1
5#ADD3DC
6#B2D0D7
7#B6CDD2
8#BBCACE
9#C0C7C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF6
#DFF6FB
Light backgroundsTable row hoverSkeleton loading
200
C3EF
#C3EFF8
Secondary backgroundsInput backgroundsDividers
300
95E2
#95E2F3
BordersInactive statesPlaceholder text
400
5ED3
#5ED3ED
Disabled statesSecondary iconsMuted text
500
30C6
#30C6E8
Primary brand colorCTAsActive elementsLinks
600
16A9
#16A9CA
Hover statesFocus ringsPrimary buttons hover
700
1286
#1286A1
Active/pressed statesDark mode accentsSecondary text
800
0D60
#0D6073
Text on light backgroundsHeadingsStrong borders
900
083D
#083D49
Primary textHigh emphasis contentDark headings
950
0526
#05262E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FBFD;
  --sky-blue-100: #DFF6FB;
  --sky-blue-200: #C3EFF8;
  --sky-blue-300: #95E2F3;
  --sky-blue-400: #5ED3ED;
  --sky-blue-500: #30C6E8;
  --sky-blue-600: #16A9CA;
  --sky-blue-700: #1286A1;
  --sky-blue-800: #0D6073;
  --sky-blue-900: #083D49;
  --sky-blue-950: #05262E;
}
Generate More ShadesCreate PaletteConvert Color